Html Css Color HEX #359066 Eucalyptus

📋 copy color: '#359066'

red 53 ◦ green 144 ◦ blue 102

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

Shades of Eucalyptus #359066

Tints of Eucalyptus #359066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.16%

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

R = 17.73%
G = 48.16%
B = 34.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#359066 (or 0x359066) is known color: Eucalyptus. HEX triplet: 35, 90 and 66. RGB value is (53,144,102). Sum of RGB (Red+Green+Blue) = 53+144+102=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #359066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359066 is #CA6F99. Grayscale: #707070. Windows color (decimal): -13266842 or 6721589. OLE color: 6721589.

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

Color convert

RGB 53 144 102 -
CMYK 0.63 0 0.29 0.44
HSL 152.31º 0.46% 0.39% -
HSV(B) 152.31º 0.63% 0.56% -
XYZ 13.84 21.66 16.02 -
YUV 112 122.35 85.92 -
System Red Green Blue C M Y K H S L
Decimal 53 144 102 0.63 0 0.29 0.44 152.31 0.46 0.39
Hex 35 90 66 3F 0 1D 2C 98 2E 27
Octal 65 220 146 77 0 35 54 230 56 47
Binary 110101 10010000 1100110 111111 0 11101 101100 10011000 101110 100111

Color Harmonies of #359066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359066

Black with #359066

Text Example


Text Example

White with #359066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359066; }

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

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

background-color css

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

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

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

border-color css

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

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

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