Html Css Color HEX #326F2C Japanese Laurel

📋 copy color: '#326F2C'

red 50 ◦ green 111 ◦ blue 44

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

Shades of Japanese Laurel #326F2C

Tints of Japanese Laurel #326F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.46%

R = 24.39%
G = 54.15%
B = 21.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#326F2C (or 0x326F2C) is known color: Japanese Laurel. HEX triplet: 32, 6F and 2C. RGB value is (50,111,44). Sum of RGB (Red+Green+Blue) = 50+111+44=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 111 (43.75% from 255 or 54.15% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 111 - color contains mainly: green. Hex color #326F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F2C is #CD90D3. Grayscale: #555555. Windows color (decimal): -13471956 or 2912050. OLE color: 2912050.

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

Color convert

RGB 50 111 44 -
CMYK 0.55 0 0.60 0.56
HSL 114.63º 0.43% 0.3% -
HSV(B) 114.63º 0.6% 0.44% -
XYZ 7.45 12.23 4.35 -
YUV 85.12 104.79 102.95 -
System Red Green Blue C M Y K H S L
Decimal 50 111 44 0.55 0 0.60 0.56 114.63 0.43 0.3
Hex 32 6F 2C 37 0 3C 38 73 2B 1E
Octal 62 157 54 67 0 74 70 163 53 36
Binary 110010 1101111 101100 110111 0 111100 111000 1110011 101011 11110

Color Harmonies of #326F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F2C

Black with #326F2C

Text Example


Text Example

White with #326F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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