Html Css Color HEX #359969 Eucalyptus

📋 copy color: '#359969'

red 53 ◦ green 153 ◦ blue 105

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

Shades of Eucalyptus #359969

Tints of Eucalyptus #359969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.2%

 BLUE value IS 105 (41.41% from 255) = 33.76%

R = 17.04%
G = 49.2%
B = 33.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#359969 (or 0x359969) is known color: Eucalyptus. HEX triplet: 35, 99 and 69. RGB value is (53,153,105). Sum of RGB (Red+Green+Blue) = 53+153+105=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #359969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359969 is #CA6696. Grayscale: #757575. Windows color (decimal): -13264535 or 6920501. OLE color: 6920501.

HSL color Cylindrical-coordinate representation of color #359969: hue angle of 151.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359969 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 105 -
CMYK 0.65 0 0.31 0.4
HSL 151.2º 0.49% 0.4% -
HSV(B) 151.2º 0.65% 0.6% -
XYZ 15.41 24.56 17.29 -
YUV 117.63 120.87 81.9 -
System Red Green Blue C M Y K H S L
Decimal 53 153 105 0.65 0 0.31 0.4 151.2 0.49 0.4
Hex 35 99 69 41 0 1F 28 97 31 28
Octal 65 231 151 101 0 37 50 227 61 50
Binary 110101 10011001 1101001 1000001 0 11111 101000 10010111 110001 101000

Color Harmonies of #359969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359969

Black with #359969

Text Example


Text Example

White with #359969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359969; }

 p { color: rgb(53,153,105); }

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

background-color css

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

 a { background-color: rgb(53,153,105); }

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

border-color css

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

 span { border-color: rgb(53,153,105); }

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