Html Css Color HEX #336F2E Japanese Laurel

📋 copy color: '#336F2E'

red 51 ◦ green 111 ◦ blue 46

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

Shades of Japanese Laurel #336F2E

Tints of Japanese Laurel #336F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.12%

R = 24.52%
G = 53.37%
B = 22.12%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#336F2E (or 0x336F2E) is known color: Japanese Laurel. HEX triplet: 33, 6F and 2E. RGB value is (51,111,46). Sum of RGB (Red+Green+Blue) = 51+111+46=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #336F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336F2E is #CC90D1. Grayscale: #555555. Windows color (decimal): -13406418 or 3043123. OLE color: 3043123.

HSL color Cylindrical-coordinate representation of color #336F2E: hue angle of 115.38º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #336F2E is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 111 46 -
CMYK 0.54 0 0.59 0.56
HSL 115.38º 0.41% 0.31% -
HSV(B) 115.38º 0.59% 0.44% -
XYZ 7.54 12.27 4.56 -
YUV 85.65 105.62 103.29 -
System Red Green Blue C M Y K H S L
Decimal 51 111 46 0.54 0 0.59 0.56 115.38 0.41 0.31
Hex 33 6F 2E 36 0 3B 38 73 29 1F
Octal 63 157 56 66 0 73 70 163 51 37
Binary 110011 1101111 101110 110110 0 111011 111000 1110011 101001 11111

Color Harmonies of #336F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F2E

Black with #336F2E

Text Example


Text Example

White with #336F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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