Html Css Color HEX #326F27 Japanese Laurel

📋 copy color: '#326F27'

red 50 ◦ green 111 ◦ blue 39

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

Shades of Japanese Laurel #326F27

Tints of Japanese Laurel #326F27

RGB

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

 GREEN value IS 111 (43.75% from 255) = 55.5%

 BLUE value IS 39 (15.63% from 255) = 19.5%

R = 25%
G = 55.5%
B = 19.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#326F27 (or 0x326F27) is known color: Japanese Laurel. HEX triplet: 32, 6F and 27. RGB value is (50,111,39). Sum of RGB (Red+Green+Blue) = 50+111+39=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #326F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F27 is #CD90D8. Grayscale: #545454. Windows color (decimal): -13471961 or 2584370. OLE color: 2584370.

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

Color convert

RGB 50 111 39 -
CMYK 0.55 0 0.65 0.56
HSL 110.83º 0.48% 0.29% -
HSV(B) 110.83º 0.65% 0.44% -
XYZ 7.37 12.19 3.88 -
YUV 84.55 102.29 103.35 -
System Red Green Blue C M Y K H S L
Decimal 50 111 39 0.55 0 0.65 0.56 110.83 0.48 0.29
Hex 32 6F 27 37 0 41 38 6F 30 1D
Octal 62 157 47 67 0 101 70 157 60 35
Binary 110010 1101111 100111 110111 0 1000001 111000 1101111 110000 11101

Color Harmonies of #326F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F27

Black with #326F27

Text Example


Text Example

White with #326F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326F27; }

 p { color: rgb(50,111,39); }

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

background-color css

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

 a { background-color: rgb(50,111,39); }

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

border-color css

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

 span { border-color: rgb(50,111,39); }

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