Html Css Color HEX #337130 Japanese Laurel

📋 copy color: '#337130'

red 51 ◦ green 113 ◦ blue 48

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

Shades of Japanese Laurel #337130

Tints of Japanese Laurel #337130

RGB

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

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

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

R = 24.06%
G = 53.3%
B = 22.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#337130 (or 0x337130) is known color: Japanese Laurel. HEX triplet: 33, 71 and 30. RGB value is (51,113,48). Sum of RGB (Red+Green+Blue) = 51+113+48=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #337130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337130 is #CC8ECF. Grayscale: #575757. Windows color (decimal): -13405904 or 3174707. OLE color: 3174707.

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

Color convert

RGB 51 113 48 -
CMYK 0.55 0 0.58 0.56
HSL 117.23º 0.4% 0.32% -
HSV(B) 117.23º 0.58% 0.44% -
XYZ 7.8 12.73 4.84 -
YUV 87.05 105.96 102.29 -
System Red Green Blue C M Y K H S L
Decimal 51 113 48 0.55 0 0.58 0.56 117.23 0.4 0.32
Hex 33 71 30 37 0 3A 38 75 28 20
Octal 63 161 60 67 0 72 70 165 50 40
Binary 110011 1110001 110000 110111 0 111010 111000 1110101 101000 100000

Color Harmonies of #337130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337130

Black with #337130

Text Example


Text Example

White with #337130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337130; }

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

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

background-color css

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

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

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

border-color css

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

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

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