Html Css Color HEX #359068 Eucalyptus

📋 copy color: '#359068'

red 53 ◦ green 144 ◦ blue 104

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

Shades of Eucalyptus #359068

Tints of Eucalyptus #359068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 17.61%
G = 47.84%
B = 34.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#359068 (or 0x359068) is known color: Eucalyptus. HEX triplet: 35, 90 and 68. RGB value is (53,144,104). Sum of RGB (Red+Green+Blue) = 53+144+104=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #359068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359068 is #CA6F97. Grayscale: #707070. Windows color (decimal): -13266840 or 6852661. OLE color: 6852661.

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

Color convert

RGB 53 144 104 -
CMYK 0.63 0 0.28 0.44
HSL 153.63º 0.46% 0.39% -
HSV(B) 153.63º 0.63% 0.56% -
XYZ 13.94 21.7 16.55 -
YUV 112.23 123.35 85.75 -
System Red Green Blue C M Y K H S L
Decimal 53 144 104 0.63 0 0.28 0.44 153.63 0.46 0.39
Hex 35 90 68 3F 0 1C 2C 9A 2E 27
Octal 65 220 150 77 0 34 54 232 56 47
Binary 110101 10010000 1101000 111111 0 11100 101100 10011010 101110 100111

Color Harmonies of #359068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359068

Black with #359068

Text Example


Text Example

White with #359068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359068; }

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

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

background-color css

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

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

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

border-color css

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

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

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