Html Css Color HEX #359A68 Eucalyptus

📋 copy color: '#359A68'

red 53 ◦ green 154 ◦ blue 104

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

Shades of Eucalyptus #359A68

Tints of Eucalyptus #359A68

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.52%

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

R = 17.04%
G = 49.52%
B = 33.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#359A68 (or 0x359A68) is known color: Eucalyptus. HEX triplet: 35, 9A and 68. RGB value is (53,154,104). Sum of RGB (Red+Green+Blue) = 53+154+104=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #359A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A68 is #CA6597. Grayscale: #767676. Windows color (decimal): -13264280 or 6855221. OLE color: 6855221.

HSL color Cylindrical-coordinate representation of color #359A68: hue angle of 150.3º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A68 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 154 104 -
CMYK 0.66 0 0.32 0.40
HSL 150.3º 0.49% 0.41% -
HSV(B) 150.3º 0.66% 0.6% -
XYZ 15.52 24.87 17.08 -
YUV 118.1 120.04 81.57 -
System Red Green Blue C M Y K H S L
Decimal 53 154 104 0.66 0 0.32 0.40 150.3 0.49 0.41
Hex 35 9A 68 42 0 20 28 96 31 29
Octal 65 232 150 102 0 40 50 226 61 51
Binary 110101 10011010 1101000 1000010 0 100000 101000 10010110 110001 101001

Color Harmonies of #359A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A68

Black with #359A68

Text Example


Text Example

White with #359A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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