Html Css Color HEX #327428 Japanese Laurel

📋 copy color: '#327428'

red 50 ◦ green 116 ◦ blue 40

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

Shades of Japanese Laurel #327428

Tints of Japanese Laurel #327428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.31%

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 24.27%
G = 56.31%
B = 19.42%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#327428 (or 0x327428) is known color: Japanese Laurel. HEX triplet: 32, 74 and 28. RGB value is (50,116,40). Sum of RGB (Red+Green+Blue) = 50+116+40=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #327428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327428 is #CD8BD7. Grayscale: #575757. Windows color (decimal): -13470680 or 2651186. OLE color: 2651186.

HSL color Cylindrical-coordinate representation of color #327428: hue angle of 112.11º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327428 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 40 -
CMYK 0.57 0 0.66 0.55
HSL 112.11º 0.49% 0.31% -
HSV(B) 112.11º 0.66% 0.45% -
XYZ 7.94 13.32 4.16 -
YUV 87.6 101.13 101.18 -
System Red Green Blue C M Y K H S L
Decimal 50 116 40 0.57 0 0.66 0.55 112.11 0.49 0.31
Hex 32 74 28 39 0 42 37 70 31 1F
Octal 62 164 50 71 0 102 67 160 61 37
Binary 110010 1110100 101000 111001 0 1000010 110111 1110000 110001 11111

Color Harmonies of #327428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327428

Black with #327428

Text Example


Text Example

White with #327428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327428; }

 p { color: rgb(50,116,40); }

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

background-color css

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

 a { background-color: rgb(50,116,40); }

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

border-color css

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

 span { border-color: rgb(50,116,40); }

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