Html Css Color HEX #359366 Eucalyptus

📋 copy color: '#359366'

red 53 ◦ green 147 ◦ blue 102

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

Shades of Eucalyptus #359366

Tints of Eucalyptus #359366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.77%

R = 17.55%
G = 48.68%
B = 33.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#359366 (or 0x359366) is known color: Eucalyptus. HEX triplet: 35, 93 and 66. RGB value is (53,147,102). Sum of RGB (Red+Green+Blue) = 53+147+102=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #359366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359366 is #CA6C99. Grayscale: #717171. Windows color (decimal): -13266074 or 6722357. OLE color: 6722357.

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

Color convert

RGB 53 147 102 -
CMYK 0.64 0 0.31 0.42
HSL 151.28º 0.47% 0.39% -
HSV(B) 151.28º 0.64% 0.58% -
XYZ 14.3 22.58 16.18 -
YUV 113.76 121.36 84.66 -
System Red Green Blue C M Y K H S L
Decimal 53 147 102 0.64 0 0.31 0.42 151.28 0.47 0.39
Hex 35 93 66 40 0 1F 2A 97 2F 27
Octal 65 223 146 100 0 37 52 227 57 47
Binary 110101 10010011 1100110 1000000 0 11111 101010 10010111 101111 100111

Color Harmonies of #359366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359366

Black with #359366

Text Example


Text Example

White with #359366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359366; }

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

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

background-color css

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

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

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

border-color css

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

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

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