Html Css Color HEX #329038 Japanese Laurel

📋 copy color: '#329038'

red 50 ◦ green 144 ◦ blue 56

#329038
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #329038

Tints of Japanese Laurel #329038

RGB

 RED value IS 50 (19.92% from 255) = 20%

 GREEN value IS 144 (56.64% from 255) = 57.6%

 BLUE value IS 56 (22.27% from 255) = 22.4%

R = 20%
G = 57.6%
B = 22.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#329038 (or 0x329038) is known color: Japanese Laurel. HEX triplet: 32, 90 and 38. RGB value is (50,144,56). Sum of RGB (Red+Green+Blue) = 50+144+56=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #329038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329038 is #CD6FC7. Grayscale: #6A6A6A. Windows color (decimal): -13463496 or 3706930. OLE color: 3706930.

HSL color Cylindrical-coordinate representation of color #329038: hue angle of 123.83º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329038 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 56 -
CMYK 0.65 0 0.61 0.44
HSL 123.83º 0.48% 0.38% -
HSV(B) 123.83º 0.65% 0.56% -
XYZ 12 20.91 7.14 -
YUV 105.86 99.86 88.16 -
System Red Green Blue C M Y K H S L
Decimal 50 144 56 0.65 0 0.61 0.44 123.83 0.48 0.38
Hex 32 90 38 41 0 3D 2C 7C 30 26
Octal 62 220 70 101 0 75 54 174 60 46
Binary 110010 10010000 111000 1000001 0 111101 101100 1111100 110000 100110

Color Harmonies of #329038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329038

Black with #329038

Text Example


Text Example

White with #329038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329038; }

 p { color: rgb(50,144,56); }

 H1.HeaderClassName
 {
   color: #329038;
 }
 .AnyTagClassName
 {
   color: #329038;
 }
</style>

background-color css

<style>
 a { background-color: #329038; }

 a { background-color: rgb(50,144,56); }

 div.DivClassName
 {
   background-color: #329038;
 }
 .BgClassName
 {
   background-color: #329038;
 }
</style>

border-color css

<style>
 span { border-color: #329038; }

 span { border-color: rgb(50,144,56); }

 td.TdClassName
 {
   border-color: #329038;
 }
 .TagClassName
 {
   border-color: #329038;
 }
</style>