Html Css Color HEX #326F32 Japanese Laurel

📋 copy color: '#326F32'

red 50 ◦ green 111 ◦ blue 50

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

Shades of Japanese Laurel #326F32

Tints of Japanese Laurel #326F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 23.7%
G = 52.61%
B = 23.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#326F32 (or 0x326F32) is known color: Japanese Laurel. HEX triplet: 32, 6F and 32. RGB value is (50,111,50). Sum of RGB (Red+Green+Blue) = 50+111+50=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #326F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F32 is #CD90CD. Grayscale: #555555. Windows color (decimal): -13471950 or 3305266. OLE color: 3305266.

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

Color convert

RGB 50 111 50 -
CMYK 0.55 0 0.55 0.56
HSL 120º 0.38% 0.32% -
HSV(B) 120º 0.55% 0.44% -
XYZ 7.58 12.28 4.99 -
YUV 85.81 107.79 102.46 -
System Red Green Blue C M Y K H S L
Decimal 50 111 50 0.55 0 0.55 0.56 120 0.38 0.32
Hex 32 6F 32 37 0 37 38 78 26 20
Octal 62 157 62 67 0 67 70 170 46 40
Binary 110010 1101111 110010 110111 0 110111 111000 1111000 100110 100000

Color Harmonies of #326F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F32

Black with #326F32

Text Example


Text Example

White with #326F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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