Html Css Color HEX #336F2C Japanese Laurel

📋 copy color: '#336F2C'

red 51 ◦ green 111 ◦ blue 44

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

Shades of Japanese Laurel #336F2C

Tints of Japanese Laurel #336F2C

RGB

 RED value IS 51 (20.31% from 255) = 24.76%

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

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

R = 24.76%
G = 53.88%
B = 21.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#336F2C (or 0x336F2C) is known color: Japanese Laurel. HEX triplet: 33, 6F and 2C. RGB value is (51,111,44). Sum of RGB (Red+Green+Blue) = 51+111+44=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #336F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336F2C is #CC90D3. Grayscale: #555555. Windows color (decimal): -13406420 or 2912051. OLE color: 2912051.

HSL color Cylindrical-coordinate representation of color #336F2C: hue angle of 113.73º 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 #336F2C is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 111 44 -
CMYK 0.54 0 0.60 0.56
HSL 113.73º 0.43% 0.3% -
HSV(B) 113.73º 0.6% 0.44% -
XYZ 7.5 12.25 4.35 -
YUV 85.42 104.62 103.45 -
System Red Green Blue C M Y K H S L
Decimal 51 111 44 0.54 0 0.60 0.56 113.73 0.43 0.3
Hex 33 6F 2C 36 0 3C 38 72 2B 1E
Octal 63 157 54 66 0 74 70 162 53 36
Binary 110011 1101111 101100 110110 0 111100 111000 1110010 101011 11110

Color Harmonies of #336F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F2C

Black with #336F2C

Text Example


Text Example

White with #336F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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