Html Css Color HEX #359162 Eucalyptus

📋 copy color: '#359162'

red 53 ◦ green 145 ◦ blue 98

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

Shades of Eucalyptus #359162

Tints of Eucalyptus #359162

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.99%

 BLUE value IS 98 (38.67% from 255) = 33.11%

R = 17.91%
G = 48.99%
B = 33.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#359162 (or 0x359162) is known color: Eucalyptus. HEX triplet: 35, 91 and 62. RGB value is (53,145,98). Sum of RGB (Red+Green+Blue) = 53+145+98=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #359162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359162 is #CA6E9D. Grayscale: #707070. Windows color (decimal): -13266590 or 6459701. OLE color: 6459701.

HSL color Cylindrical-coordinate representation of color #359162: hue angle of 149.35º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359162 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 98 -
CMYK 0.63 0 0.32 0.43
HSL 149.35º 0.46% 0.39% -
HSV(B) 149.35º 0.63% 0.57% -
XYZ 13.8 21.89 15.05 -
YUV 112.13 120.02 85.82 -
System Red Green Blue C M Y K H S L
Decimal 53 145 98 0.63 0 0.32 0.43 149.35 0.46 0.39
Hex 35 91 62 3F 0 20 2B 95 2E 27
Octal 65 221 142 77 0 40 53 225 56 47
Binary 110101 10010001 1100010 111111 0 100000 101011 10010101 101110 100111

Color Harmonies of #359162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359162

Black with #359162

Text Example


Text Example

White with #359162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359162; }

 p { color: rgb(53,145,98); }

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

background-color css

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

 a { background-color: rgb(53,145,98); }

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

border-color css

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

 span { border-color: rgb(53,145,98); }

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