Html Css Color HEX #357130 Japanese Laurel

📋 copy color: '#357130'

red 53 ◦ green 113 ◦ blue 48

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

Shades of Japanese Laurel #357130

Tints of Japanese Laurel #357130

RGB

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

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

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

R = 24.77%
G = 52.8%
B = 22.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#357130 (or 0x357130) is known color: Japanese Laurel. HEX triplet: 35, 71 and 30. RGB value is (53,113,48). Sum of RGB (Red+Green+Blue) = 53+113+48=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #357130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357130 is #CA8ECF. Grayscale: #575757. Windows color (decimal): -13274832 or 3174709. OLE color: 3174709.

HSL color Cylindrical-coordinate representation of color #357130: hue angle of 115.38º 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 #357130 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 48 -
CMYK 0.53 0 0.58 0.56
HSL 115.38º 0.4% 0.32% -
HSV(B) 115.38º 0.58% 0.44% -
XYZ 7.91 12.78 4.85 -
YUV 87.65 105.62 103.29 -
System Red Green Blue C M Y K H S L
Decimal 53 113 48 0.53 0 0.58 0.56 115.38 0.4 0.32
Hex 35 71 30 35 0 3A 38 73 28 20
Octal 65 161 60 65 0 72 70 163 50 40
Binary 110101 1110001 110000 110101 0 111010 111000 1110011 101000 100000

Color Harmonies of #357130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357130

Black with #357130

Text Example


Text Example

White with #357130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357130; }

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

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

background-color css

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

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

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

border-color css

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

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

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