Html Css Color HEX #358C62 Eucalyptus

📋 copy color: '#358C62'

red 53 ◦ green 140 ◦ blue 98

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

Shades of Eucalyptus #358C62

Tints of Eucalyptus #358C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 18.21%
G = 48.11%
B = 33.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#358C62 (or 0x358C62) is known color: Eucalyptus. HEX triplet: 35, 8C and 62. RGB value is (53,140,98). Sum of RGB (Red+Green+Blue) = 53+140+98=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #358C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358C62 is #CA739D. Grayscale: #6D6D6D. Windows color (decimal): -13267870 or 6458421. OLE color: 6458421.

HSL color Cylindrical-coordinate representation of color #358C62: hue angle of 151.03º 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 #358C62 is Cyan = 0.62, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 140 98 -
CMYK 0.62 0 0.3 0.45
HSL 151.03º 0.45% 0.38% -
HSV(B) 151.03º 0.62% 0.55% -
XYZ 13.05 20.39 14.8 -
YUV 109.2 121.68 87.92 -
System Red Green Blue C M Y K H S L
Decimal 53 140 98 0.62 0 0.3 0.45 151.03 0.45 0.38
Hex 35 8C 62 3E 0 1E 2D 97 2D 26
Octal 65 214 142 76 0 36 55 227 55 46
Binary 110101 10001100 1100010 111110 0 11110 101101 10010111 101101 100110

Color Harmonies of #358C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358C62

Black with #358C62

Text Example


Text Example

White with #358C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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