Html Css Color HEX #357431 Japanese Laurel

📋 copy color: '#357431'

red 53 ◦ green 116 ◦ blue 49

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

Shades of Japanese Laurel #357431

Tints of Japanese Laurel #357431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 24.31%
G = 53.21%
B = 22.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#357431 (or 0x357431) is known color: Japanese Laurel. HEX triplet: 35, 74 and 31. RGB value is (53,116,49). Sum of RGB (Red+Green+Blue) = 53+116+49=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #357431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357431 is #CA8BCE. Grayscale: #595959. Windows color (decimal): -13274063 or 3241013. OLE color: 3241013.

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

Color convert

RGB 53 116 49 -
CMYK 0.54 0 0.58 0.55
HSL 116.42º 0.41% 0.32% -
HSV(B) 116.42º 0.58% 0.45% -
XYZ 8.27 13.47 5.07 -
YUV 89.53 105.13 101.95 -
System Red Green Blue C M Y K H S L
Decimal 53 116 49 0.54 0 0.58 0.55 116.42 0.41 0.32
Hex 35 74 31 36 0 3A 37 74 29 20
Octal 65 164 61 66 0 72 67 164 51 40
Binary 110101 1110100 110001 110110 0 111010 110111 1110100 101001 100000

Color Harmonies of #357431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357431

Black with #357431

Text Example


Text Example

White with #357431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357431; }

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

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

background-color css

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

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

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

border-color css

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

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

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