Html Css Color HEX #337540 Japanese Laurel

📋 copy color: '#337540'

red 51 ◦ green 117 ◦ blue 64

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

Shades of Japanese Laurel #337540

Tints of Japanese Laurel #337540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.43%

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 21.98%
G = 50.43%
B = 27.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#337540 (or 0x337540) is known color: Japanese Laurel. HEX triplet: 33, 75 and 40. RGB value is (51,117,64). Sum of RGB (Red+Green+Blue) = 51+117+64=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #337540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337540 is #CC8ABF. Grayscale: #5B5B5B. Windows color (decimal): -13404864 or 4224307. OLE color: 4224307.

HSL color Cylindrical-coordinate representation of color #337540: hue angle of 131.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337540 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 64 -
CMYK 0.56 0 0.45 0.54
HSL 131.82º 0.39% 0.33% -
HSV(B) 131.82º 0.56% 0.46% -
XYZ 8.65 13.8 7.06 -
YUV 91.22 112.63 99.31 -
System Red Green Blue C M Y K H S L
Decimal 51 117 64 0.56 0 0.45 0.54 131.82 0.39 0.33
Hex 33 75 40 38 0 2D 36 84 27 21
Octal 63 165 100 70 0 55 66 204 47 41
Binary 110011 1110101 1000000 111000 0 101101 110110 10000100 100111 100001

Color Harmonies of #337540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337540

Black with #337540

Text Example


Text Example

White with #337540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337540; }

 p { color: rgb(51,117,64); }

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

background-color css

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

 a { background-color: rgb(51,117,64); }

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

border-color css

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

 span { border-color: rgb(51,117,64); }

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