Html Css Color HEX #359A65 Eucalyptus

📋 copy color: '#359A65'

red 53 ◦ green 154 ◦ blue 101

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

Shades of Eucalyptus #359A65

Tints of Eucalyptus #359A65

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50%

 BLUE value IS 101 (39.84% from 255) = 32.79%

R = 17.21%
G = 50%
B = 32.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#359A65 (or 0x359A65) is known color: Eucalyptus. HEX triplet: 35, 9A and 65. RGB value is (53,154,101). Sum of RGB (Red+Green+Blue) = 53+154+101=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #359A65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A65 is #CA659A. Grayscale: #757575. Windows color (decimal): -13264283 or 6658613. OLE color: 6658613.

HSL color Cylindrical-coordinate representation of color #359A65: hue angle of 148.51º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A65 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 154 101 -
CMYK 0.66 0 0.34 0.40
HSL 148.51º 0.49% 0.41% -
HSV(B) 148.51º 0.66% 0.6% -
XYZ 15.37 24.81 16.29 -
YUV 117.76 118.54 81.81 -
System Red Green Blue C M Y K H S L
Decimal 53 154 101 0.66 0 0.34 0.40 148.51 0.49 0.41
Hex 35 9A 65 42 0 22 28 95 31 29
Octal 65 232 145 102 0 42 50 225 61 51
Binary 110101 10011010 1100101 1000010 0 100010 101000 10010101 110001 101001

Color Harmonies of #359A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A65

Black with #359A65

Text Example


Text Example

White with #359A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,154,101); }

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

background-color css

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

 a { background-color: rgb(53,154,101); }

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

border-color css

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

 span { border-color: rgb(53,154,101); }

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