Html Css Color HEX #337640 Japanese Laurel

📋 copy color: '#337640'

red 51 ◦ green 118 ◦ blue 64

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

Shades of Japanese Laurel #337640

Tints of Japanese Laurel #337640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.64%

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

R = 21.89%
G = 50.64%
B = 27.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#337640 (or 0x337640) is known color: Japanese Laurel. HEX triplet: 33, 76 and 40. RGB value is (51,118,64). Sum of RGB (Red+Green+Blue) = 51+118+64=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #337640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337640 is #CC89BF. Grayscale: #5B5B5B. Windows color (decimal): -13404608 or 4224563. OLE color: 4224563.

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

Color convert

RGB 51 118 64 -
CMYK 0.57 0 0.46 0.54
HSL 131.64º 0.4% 0.33% -
HSV(B) 131.64º 0.57% 0.46% -
XYZ 8.77 14.03 7.1 -
YUV 91.81 112.3 98.89 -
System Red Green Blue C M Y K H S L
Decimal 51 118 64 0.57 0 0.46 0.54 131.64 0.4 0.33
Hex 33 76 40 39 0 2E 36 84 28 21
Octal 63 166 100 71 0 56 66 204 50 41
Binary 110011 1110110 1000000 111001 0 101110 110110 10000100 101000 100001

Color Harmonies of #337640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337640

Black with #337640

Text Example


Text Example

White with #337640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337640; }

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

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

background-color css

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

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

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

border-color css

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

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

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