Html Css Color HEX #359F6C Eucalyptus

📋 copy color: '#359F6C'

red 53 ◦ green 159 ◦ blue 108

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

Shades of Eucalyptus #359F6C

Tints of Eucalyptus #359F6C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.69%

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 16.56%
G = 49.69%
B = 33.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#359F6C (or 0x359F6C) is known color: Eucalyptus. HEX triplet: 35, 9F and 6C. RGB value is (53,159,108). Sum of RGB (Red+Green+Blue) = 53+159+108=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #359F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F6C is #CA6093. Grayscale: #797979. Windows color (decimal): -13262996 or 7118645. OLE color: 7118645.

HSL color Cylindrical-coordinate representation of color #359F6C: hue angle of 151.13º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F6C is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 159 108 -
CMYK 0.67 0 0.32 0.38
HSL 151.13º 0.5% 0.42% -
HSV(B) 151.13º 0.67% 0.62% -
XYZ 16.57 26.64 18.46 -
YUV 121.49 120.38 79.15 -
System Red Green Blue C M Y K H S L
Decimal 53 159 108 0.67 0 0.32 0.38 151.13 0.5 0.42
Hex 35 9F 6C 43 0 20 26 97 32 2A
Octal 65 237 154 103 0 40 46 227 62 52
Binary 110101 10011111 1101100 1000011 0 100000 100110 10010111 110010 101010

Color Harmonies of #359F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359F6C

Black with #359F6C

Text Example


Text Example

White with #359F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,159,108); }

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

background-color css

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

 a { background-color: rgb(53,159,108); }

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

border-color css

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

 span { border-color: rgb(53,159,108); }

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