Html Css Color HEX #359362 Eucalyptus

📋 copy color: '#359362'

red 53 ◦ green 147 ◦ blue 98

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

Shades of Eucalyptus #359362

Tints of Eucalyptus #359362

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.33%

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

R = 17.79%
G = 49.33%
B = 32.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#359362 (or 0x359362) is known color: Eucalyptus. HEX triplet: 35, 93 and 62. RGB value is (53,147,98). Sum of RGB (Red+Green+Blue) = 53+147+98=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #359362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359362 is #CA6C9D. Grayscale: #717171. Windows color (decimal): -13266078 or 6460213. OLE color: 6460213.

HSL color Cylindrical-coordinate representation of color #359362: hue angle of 148.72º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359362 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 147 98 -
CMYK 0.64 0 0.33 0.42
HSL 148.72º 0.47% 0.39% -
HSV(B) 148.72º 0.64% 0.58% -
XYZ 14.11 22.51 15.16 -
YUV 113.31 119.36 84.98 -
System Red Green Blue C M Y K H S L
Decimal 53 147 98 0.64 0 0.33 0.42 148.72 0.47 0.39
Hex 35 93 62 40 0 21 2A 95 2F 27
Octal 65 223 142 100 0 41 52 225 57 47
Binary 110101 10010011 1100010 1000000 0 100001 101010 10010101 101111 100111

Color Harmonies of #359362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359362

Black with #359362

Text Example


Text Example

White with #359362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359362; }

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

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

background-color css

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

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

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

border-color css

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

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

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