Html Css Color HEX #337138 Japanese Laurel

📋 copy color: '#337138'

red 51 ◦ green 113 ◦ blue 56

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

Shades of Japanese Laurel #337138

Tints of Japanese Laurel #337138

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.36%

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 23.18%
G = 51.36%
B = 25.45%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#337138 (or 0x337138) is known color: Japanese Laurel. HEX triplet: 33, 71 and 38. RGB value is (51,113,56). Sum of RGB (Red+Green+Blue) = 51+113+56=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #337138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337138 is #CC8EC7. Grayscale: #585858. Windows color (decimal): -13405896 or 3698995. OLE color: 3698995.

HSL color Cylindrical-coordinate representation of color #337138: hue angle of 124.84º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337138 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 113 56 -
CMYK 0.55 0 0.50 0.56
HSL 124.84º 0.38% 0.32% -
HSV(B) 124.84º 0.55% 0.44% -
XYZ 7.98 12.8 5.79 -
YUV 87.96 109.96 101.63 -
System Red Green Blue C M Y K H S L
Decimal 51 113 56 0.55 0 0.50 0.56 124.84 0.38 0.32
Hex 33 71 38 37 0 32 38 7D 26 20
Octal 63 161 70 67 0 62 70 175 46 40
Binary 110011 1110001 111000 110111 0 110010 111000 1111101 100110 100000

Color Harmonies of #337138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337138

Black with #337138

Text Example


Text Example

White with #337138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337138; }

 p { color: rgb(51,113,56); }

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

background-color css

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

 a { background-color: rgb(51,113,56); }

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

border-color css

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

 span { border-color: rgb(51,113,56); }

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