Html Css Color HEX #359C6E Eucalyptus

📋 copy color: '#359C6E'

red 53 ◦ green 156 ◦ blue 110

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

Shades of Eucalyptus #359C6E

Tints of Eucalyptus #359C6E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.9%

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 16.61%
G = 48.9%
B = 34.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#359C6E (or 0x359C6E) is known color: Eucalyptus. HEX triplet: 35, 9C and 6E. RGB value is (53,156,110). Sum of RGB (Red+Green+Blue) = 53+156+110=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #359C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C6E is #CA6391. Grayscale: #787878. Windows color (decimal): -13263762 or 7248949. OLE color: 7248949.

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

Color convert

RGB 53 156 110 -
CMYK 0.66 0 0.29 0.39
HSL 153.2º 0.49% 0.41% -
HSV(B) 153.2º 0.66% 0.61% -
XYZ 16.17 25.66 18.85 -
YUV 119.96 122.38 80.24 -
System Red Green Blue C M Y K H S L
Decimal 53 156 110 0.66 0 0.29 0.39 153.2 0.49 0.41
Hex 35 9C 6E 42 0 1D 27 99 31 29
Octal 65 234 156 102 0 35 47 231 61 51
Binary 110101 10011100 1101110 1000010 0 11101 100111 10011001 110001 101001

Color Harmonies of #359C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359C6E

Black with #359C6E

Text Example


Text Example

White with #359C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,156,110); }

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

background-color css

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

 a { background-color: rgb(53,156,110); }

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

border-color css

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

 span { border-color: rgb(53,156,110); }

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