Html Css Color HEX #336C30 Japanese Laurel

📋 copy color: '#336C30'

red 51 ◦ green 108 ◦ blue 48

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

Shades of Japanese Laurel #336C30

Tints of Japanese Laurel #336C30

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.17%

 BLUE value IS 48 (19.14% from 255) = 23.19%

R = 24.64%
G = 52.17%
B = 23.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#336C30 (or 0x336C30) is known color: Japanese Laurel. HEX triplet: 33, 6C and 30. RGB value is (51,108,48). Sum of RGB (Red+Green+Blue) = 51+108+48=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #336C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336C30 is #CC93CF. Grayscale: #545454. Windows color (decimal): -13407184 or 3173427. OLE color: 3173427.

HSL color Cylindrical-coordinate representation of color #336C30: hue angle of 117º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336C30 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 108 48 -
CMYK 0.53 0 0.56 0.58
HSL 117º 0.38% 0.31% -
HSV(B) 117º 0.56% 0.42% -
XYZ 7.26 11.64 4.66 -
YUV 84.12 107.62 104.38 -
System Red Green Blue C M Y K H S L
Decimal 51 108 48 0.53 0 0.56 0.58 117 0.38 0.31
Hex 33 6C 30 35 0 38 3A 75 26 1F
Octal 63 154 60 65 0 70 72 165 46 37
Binary 110011 1101100 110000 110101 0 111000 111010 1110101 100110 11111

Color Harmonies of #336C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C30

Black with #336C30

Text Example


Text Example

White with #336C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,108,48); }

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

background-color css

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

 a { background-color: rgb(51,108,48); }

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

border-color css

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

 span { border-color: rgb(51,108,48); }

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