Html Css Color HEX #337530 Japanese Laurel

📋 copy color: '#337530'

red 51 ◦ green 117 ◦ blue 48

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

Shades of Japanese Laurel #337530

Tints of Japanese Laurel #337530

RGB

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

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

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

R = 23.61%
G = 54.17%
B = 22.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#337530 (or 0x337530) is known color: Japanese Laurel. HEX triplet: 33, 75 and 30. RGB value is (51,117,48). Sum of RGB (Red+Green+Blue) = 51+117+48=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #337530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337530 is #CC8ACF. Grayscale: #595959. Windows color (decimal): -13404880 or 3175731. OLE color: 3175731.

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

Color convert

RGB 51 117 48 -
CMYK 0.56 0 0.59 0.54
HSL 117.39º 0.42% 0.32% -
HSV(B) 117.39º 0.59% 0.46% -
XYZ 8.26 13.64 4.99 -
YUV 89.4 104.63 100.61 -
System Red Green Blue C M Y K H S L
Decimal 51 117 48 0.56 0 0.59 0.54 117.39 0.42 0.32
Hex 33 75 30 38 0 3B 36 75 2A 20
Octal 63 165 60 70 0 73 66 165 52 40
Binary 110011 1110101 110000 111000 0 111011 110110 1110101 101010 100000

Color Harmonies of #337530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337530

Black with #337530

Text Example


Text Example

White with #337530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337530; }

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

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

background-color css

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

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

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

border-color css

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

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

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