Html Css Color HEX #357030 Japanese Laurel

📋 copy color: '#357030'

red 53 ◦ green 112 ◦ blue 48

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

Shades of Japanese Laurel #357030

Tints of Japanese Laurel #357030

RGB

 RED value IS 53 (21.09% from 255) = 24.88%

 GREEN value IS 112 (44.14% from 255) = 52.58%

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

R = 24.88%
G = 52.58%
B = 22.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#357030 (or 0x357030) is known color: Japanese Laurel. HEX triplet: 35, 70 and 30. RGB value is (53,112,48). Sum of RGB (Red+Green+Blue) = 53+112+48=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #357030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357030 is #CA8FCF. Grayscale: #575757. Windows color (decimal): -13275088 or 3174453. OLE color: 3174453.

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

Color convert

RGB 53 112 48 -
CMYK 0.53 0 0.57 0.56
HSL 115.31º 0.4% 0.31% -
HSV(B) 115.31º 0.57% 0.44% -
XYZ 7.8 12.56 4.81 -
YUV 87.06 105.95 103.7 -
System Red Green Blue C M Y K H S L
Decimal 53 112 48 0.53 0 0.57 0.56 115.31 0.4 0.31
Hex 35 70 30 35 0 39 38 73 28 1F
Octal 65 160 60 65 0 71 70 163 50 37
Binary 110101 1110000 110000 110101 0 111001 111000 1110011 101000 11111

Color Harmonies of #357030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357030

Black with #357030

Text Example


Text Example

White with #357030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357030; }

 p { color: rgb(53,112,48); }

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

background-color css

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

 a { background-color: rgb(53,112,48); }

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

border-color css

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

 span { border-color: rgb(53,112,48); }

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