Html Css Color HEX #357530 Japanese Laurel

📋 copy color: '#357530'

red 53 ◦ green 117 ◦ blue 48

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

Shades of Japanese Laurel #357530

Tints of Japanese Laurel #357530

RGB

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

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

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

R = 24.31%
G = 53.67%
B = 22.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#357530 (or 0x357530) is known color: Japanese Laurel. HEX triplet: 35, 75 and 30. RGB value is (53,117,48). Sum of RGB (Red+Green+Blue) = 53+117+48=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #357530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357530 is #CA8ACF. Grayscale: #5A5A5A. Windows color (decimal): -13273808 or 3175733. OLE color: 3175733.

HSL color Cylindrical-coordinate representation of color #357530: hue angle of 115.65º 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 #357530 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 48 -
CMYK 0.55 0 0.59 0.54
HSL 115.65º 0.42% 0.32% -
HSV(B) 115.65º 0.59% 0.46% -
XYZ 8.36 13.69 5 -
YUV 90 104.3 101.61 -
System Red Green Blue C M Y K H S L
Decimal 53 117 48 0.55 0 0.59 0.54 115.65 0.42 0.32
Hex 35 75 30 37 0 3B 36 74 2A 20
Octal 65 165 60 67 0 73 66 164 52 40
Binary 110101 1110101 110000 110111 0 111011 110110 1110100 101010 100000

Color Harmonies of #357530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357530

Black with #357530

Text Example


Text Example

White with #357530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357530; }

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

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

background-color css

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

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

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

border-color css

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

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

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