Html Css Color HEX #337B42 Japanese Laurel

📋 copy color: '#337B42'

red 51 ◦ green 123 ◦ blue 66

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

Shades of Japanese Laurel #337B42

Tints of Japanese Laurel #337B42

RGB

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

 GREEN value IS 123 (48.44% from 255) = 51.25%

 BLUE value IS 66 (26.17% from 255) = 27.5%

R = 21.25%
G = 51.25%
B = 27.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#337B42 (or 0x337B42) is known color: Japanese Laurel. HEX triplet: 33, 7B and 42. RGB value is (51,123,66). Sum of RGB (Red+Green+Blue) = 51+123+66=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #337B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337B42 is #CC84BD. Grayscale: #5F5F5F. Windows color (decimal): -13403326 or 4356915. OLE color: 4356915.

HSL color Cylindrical-coordinate representation of color #337B42: hue angle of 132.5º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337B42 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 123 66 -
CMYK 0.59 0 0.46 0.52
HSL 132.5º 0.41% 0.34% -
HSV(B) 132.5º 0.59% 0.48% -
XYZ 9.43 15.26 7.6 -
YUV 94.97 111.65 96.63 -
System Red Green Blue C M Y K H S L
Decimal 51 123 66 0.59 0 0.46 0.52 132.5 0.41 0.34
Hex 33 7B 42 3B 0 2E 34 84 29 22
Octal 63 173 102 73 0 56 64 204 51 42
Binary 110011 1111011 1000010 111011 0 101110 110100 10000100 101001 100010

Color Harmonies of #337B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337B42

Black with #337B42

Text Example


Text Example

White with #337B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337B42; }

 p { color: rgb(51,123,66); }

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

background-color css

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

 a { background-color: rgb(51,123,66); }

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

border-color css

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

 span { border-color: rgb(51,123,66); }

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