Html Css Color HEX #359069 Eucalyptus

📋 copy color: '#359069'

red 53 ◦ green 144 ◦ blue 105

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

Shades of Eucalyptus #359069

Tints of Eucalyptus #359069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.77%

R = 17.55%
G = 47.68%
B = 34.77%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#359069 (or 0x359069) is known color: Eucalyptus. HEX triplet: 35, 90 and 69. RGB value is (53,144,105). Sum of RGB (Red+Green+Blue) = 53+144+105=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #359069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359069 is #CA6F96. Grayscale: #707070. Windows color (decimal): -13266839 or 6918197. OLE color: 6918197.

HSL color Cylindrical-coordinate representation of color #359069: hue angle of 154.29º 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 #359069 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 144 105 -
CMYK 0.63 0 0.27 0.44
HSL 154.29º 0.46% 0.39% -
HSV(B) 154.29º 0.63% 0.56% -
XYZ 13.99 21.72 16.82 -
YUV 112.35 123.85 85.67 -
System Red Green Blue C M Y K H S L
Decimal 53 144 105 0.63 0 0.27 0.44 154.29 0.46 0.39
Hex 35 90 69 3F 0 1B 2C 9A 2E 27
Octal 65 220 151 77 0 33 54 232 56 47
Binary 110101 10010000 1101001 111111 0 11011 101100 10011010 101110 100111

Color Harmonies of #359069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359069

Black with #359069

Text Example


Text Example

White with #359069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359069; }

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

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

background-color css

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

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

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

border-color css

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

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

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