Html Css Color HEX #357430 Japanese Laurel

📋 copy color: '#357430'

red 53 ◦ green 116 ◦ blue 48

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

Shades of Japanese Laurel #357430

Tints of Japanese Laurel #357430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.46%

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

R = 24.42%
G = 53.46%
B = 22.12%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#357430 (or 0x357430) is known color: Japanese Laurel. HEX triplet: 35, 74 and 30. RGB value is (53,116,48). Sum of RGB (Red+Green+Blue) = 53+116+48=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #357430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357430 is #CA8BCF. Grayscale: #595959. Windows color (decimal): -13274064 or 3175477. OLE color: 3175477.

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

Color convert

RGB 53 116 48 -
CMYK 0.54 0 0.59 0.55
HSL 115.59º 0.41% 0.32% -
HSV(B) 115.59º 0.59% 0.45% -
XYZ 8.25 13.46 4.96 -
YUV 89.41 104.63 102.03 -
System Red Green Blue C M Y K H S L
Decimal 53 116 48 0.54 0 0.59 0.55 115.59 0.41 0.32
Hex 35 74 30 36 0 3B 37 74 29 20
Octal 65 164 60 66 0 73 67 164 51 40
Binary 110101 1110100 110000 110110 0 111011 110111 1110100 101001 100000

Color Harmonies of #357430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357430

Black with #357430

Text Example


Text Example

White with #357430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357430; }

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

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

background-color css

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

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

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

border-color css

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

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

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