Html Css Color HEX #359361 Eucalyptus

📋 copy color: '#359361'

red 53 ◦ green 147 ◦ blue 97

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

Shades of Eucalyptus #359361

Tints of Eucalyptus #359361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.66%

R = 17.85%
G = 49.49%
B = 32.66%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#359361 (or 0x359361) is known color: Eucalyptus. HEX triplet: 35, 93 and 61. RGB value is (53,147,97). Sum of RGB (Red+Green+Blue) = 53+147+97=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #359361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359361 is #CA6C9E. Grayscale: #717171. Windows color (decimal): -13266079 or 6394677. OLE color: 6394677.

HSL color Cylindrical-coordinate representation of color #359361: hue angle of 148.09º 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 #359361 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 147 97 -
CMYK 0.64 0 0.34 0.42
HSL 148.09º 0.47% 0.39% -
HSV(B) 148.09º 0.64% 0.58% -
XYZ 14.06 22.49 14.91 -
YUV 113.19 118.86 85.07 -
System Red Green Blue C M Y K H S L
Decimal 53 147 97 0.64 0 0.34 0.42 148.09 0.47 0.39
Hex 35 93 61 40 0 22 2A 94 2F 27
Octal 65 223 141 100 0 42 52 224 57 47
Binary 110101 10010011 1100001 1000000 0 100010 101010 10010100 101111 100111

Color Harmonies of #359361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359361

Black with #359361

Text Example


Text Example

White with #359361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359361; }

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

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

background-color css

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

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

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

border-color css

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

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

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