Html Css Color HEX #336E2D Japanese Laurel

📋 copy color: '#336E2D'

red 51 ◦ green 110 ◦ blue 45

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

Shades of Japanese Laurel #336E2D

Tints of Japanese Laurel #336E2D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 53.4%

 BLUE value IS 45 (17.97% from 255) = 21.84%

R = 24.76%
G = 53.4%
B = 21.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#336E2D (or 0x336E2D) is known color: Japanese Laurel. HEX triplet: 33, 6E and 2D. RGB value is (51,110,45). Sum of RGB (Red+Green+Blue) = 51+110+45=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #336E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336E2D is #CC91D2. Grayscale: #555555. Windows color (decimal): -13406675 or 2977331. OLE color: 2977331.

HSL color Cylindrical-coordinate representation of color #336E2D: hue angle of 114.46º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #336E2D is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 110 45 -
CMYK 0.54 0 0.59 0.57
HSL 114.46º 0.42% 0.3% -
HSV(B) 114.46º 0.59% 0.43% -
XYZ 7.41 12.05 4.42 -
YUV 84.95 105.45 103.79 -
System Red Green Blue C M Y K H S L
Decimal 51 110 45 0.54 0 0.59 0.57 114.46 0.42 0.3
Hex 33 6E 2D 36 0 3B 39 72 2A 1E
Octal 63 156 55 66 0 73 71 162 52 36
Binary 110011 1101110 101101 110110 0 111011 111001 1110010 101010 11110

Color Harmonies of #336E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336E2D

Black with #336E2D

Text Example


Text Example

White with #336E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,110,45); }

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

background-color css

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

 a { background-color: rgb(51,110,45); }

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

border-color css

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

 span { border-color: rgb(51,110,45); }

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