Html Css Color HEX #35A766 Eucalyptus

📋 copy color: '#35A766'

red 53 ◦ green 167 ◦ blue 102

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

Shades of Eucalyptus #35A766

Tints of Eucalyptus #35A766

RGB

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

 GREEN value IS 167 (65.63% from 255) = 51.86%

 BLUE value IS 102 (40.23% from 255) = 31.68%

R = 16.46%
G = 51.86%
B = 31.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#35A766 (or 0x35A766) is known color: Eucalyptus. HEX triplet: 35, A7 and 66. RGB value is (53,167,102). Sum of RGB (Red+Green+Blue) = 53+167+102=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 167 (65.62% from 255 or 51.86% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 167 - color contains mainly: green. Hex color #35A766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A766 is #CA5899. Grayscale: #7D7D7D. Windows color (decimal): -13260954 or 6727477. OLE color: 6727477.

HSL color Cylindrical-coordinate representation of color #35A766: hue angle of 145.79º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A766 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 53 167 102 -
CMYK 0.68 0 0.39 0.35
HSL 145.79º 0.52% 0.43% -
HSV(B) 145.79º 0.68% 0.65% -
XYZ 17.69 29.35 17.3 -
YUV 125.5 114.73 76.29 -
System Red Green Blue C M Y K H S L
Decimal 53 167 102 0.68 0 0.39 0.35 145.79 0.52 0.43
Hex 35 A7 66 44 0 27 23 92 34 2B
Octal 65 247 146 104 0 47 43 222 64 53
Binary 110101 10100111 1100110 1000100 0 100111 100011 10010010 110100 101011

Color Harmonies of #35A766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A766

Black with #35A766

Text Example


Text Example

White with #35A766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35A766; }

 p { color: rgb(53,167,102); }

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

background-color css

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

 a { background-color: rgb(53,167,102); }

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

border-color css

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

 span { border-color: rgb(53,167,102); }

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