Html Css Color HEX #359F67 Eucalyptus

📋 copy color: '#359F67'

red 53 ◦ green 159 ◦ blue 103

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

Shades of Eucalyptus #359F67

Tints of Eucalyptus #359F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.7%

R = 16.83%
G = 50.48%
B = 32.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#359F67 (or 0x359F67) is known color: Eucalyptus. HEX triplet: 35, 9F and 67. RGB value is (53,159,103). Sum of RGB (Red+Green+Blue) = 53+159+103=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #359F67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F67 is #CA6098. Grayscale: #797979. Windows color (decimal): -13263001 or 6790965. OLE color: 6790965.

HSL color Cylindrical-coordinate representation of color #359F67: hue angle of 148.3º 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 #359F67 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 159 103 -
CMYK 0.67 0 0.35 0.38
HSL 148.3º 0.5% 0.42% -
HSV(B) 148.3º 0.67% 0.62% -
XYZ 16.31 26.53 17.09 -
YUV 120.92 117.88 79.55 -
System Red Green Blue C M Y K H S L
Decimal 53 159 103 0.67 0 0.35 0.38 148.3 0.5 0.42
Hex 35 9F 67 43 0 23 26 94 32 2A
Octal 65 237 147 103 0 43 46 224 62 52
Binary 110101 10011111 1100111 1000011 0 100011 100110 10010100 110010 101010

Color Harmonies of #359F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359F67

Black with #359F67

Text Example


Text Example

White with #359F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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