Html Css Color HEX #358C66 Eucalyptus

📋 copy color: '#358C66'

red 53 ◦ green 140 ◦ blue 102

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

Shades of Eucalyptus #358C66

Tints of Eucalyptus #358C66

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.46%

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

R = 17.97%
G = 47.46%
B = 34.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#358C66 (or 0x358C66) is known color: Eucalyptus. HEX triplet: 35, 8C and 66. RGB value is (53,140,102). Sum of RGB (Red+Green+Blue) = 53+140+102=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #358C66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358C66 is #CA7399. Grayscale: #6D6D6D. Windows color (decimal): -13267866 or 6720565. OLE color: 6720565.

HSL color Cylindrical-coordinate representation of color #358C66: hue angle of 153.79º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358C66 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 140 102 -
CMYK 0.62 0 0.27 0.45
HSL 153.79º 0.45% 0.38% -
HSV(B) 153.79º 0.62% 0.55% -
XYZ 13.24 20.47 15.82 -
YUV 109.66 123.68 87.59 -
System Red Green Blue C M Y K H S L
Decimal 53 140 102 0.62 0 0.27 0.45 153.79 0.45 0.38
Hex 35 8C 66 3E 0 1B 2D 9A 2D 26
Octal 65 214 146 76 0 33 55 232 55 46
Binary 110101 10001100 1100110 111110 0 11011 101101 10011010 101101 100110

Color Harmonies of #358C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358C66

Black with #358C66

Text Example


Text Example

White with #358C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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