Html Css Color HEX #336B2D Japanese Laurel

📋 copy color: '#336B2D'

red 51 ◦ green 107 ◦ blue 45

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

Shades of Japanese Laurel #336B2D

Tints of Japanese Laurel #336B2D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 52.71%

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

R = 25.12%
G = 52.71%
B = 22.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#336B2D (or 0x336B2D) is known color: Japanese Laurel. HEX triplet: 33, 6B and 2D. RGB value is (51,107,45). Sum of RGB (Red+Green+Blue) = 51+107+45=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #336B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336B2D is #CC94D2. Grayscale: #535353. Windows color (decimal): -13407443 or 2976563. OLE color: 2976563.

HSL color Cylindrical-coordinate representation of color #336B2D: hue angle of 114.19º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #336B2D is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 107 45 -
CMYK 0.52 0 0.58 0.58
HSL 114.19º 0.41% 0.3% -
HSV(B) 114.19º 0.58% 0.42% -
XYZ 7.1 11.41 4.31 -
YUV 83.19 106.45 105.04 -
System Red Green Blue C M Y K H S L
Decimal 51 107 45 0.52 0 0.58 0.58 114.19 0.41 0.3
Hex 33 6B 2D 34 0 3A 3A 72 29 1E
Octal 63 153 55 64 0 72 72 162 51 36
Binary 110011 1101011 101101 110100 0 111010 111010 1110010 101001 11110

Color Harmonies of #336B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336B2D

Black with #336B2D

Text Example


Text Example

White with #336B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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