Html Css Color HEX #35A568 Eucalyptus

📋 copy color: '#35A568'

red 53 ◦ green 165 ◦ blue 104

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

Shades of Eucalyptus #35A568

Tints of Eucalyptus #35A568

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.24%

 BLUE value IS 104 (41.02% from 255) = 32.3%

R = 16.46%
G = 51.24%
B = 32.3%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#35A568 (or 0x35A568) is known color: Eucalyptus. HEX triplet: 35, A5 and 68. RGB value is (53,165,104). Sum of RGB (Red+Green+Blue) = 53+165+104=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #35A568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35A568 is #CA5A97. Grayscale: #7C7C7C. Windows color (decimal): -13261464 or 6858037. OLE color: 6858037.

HSL color Cylindrical-coordinate representation of color #35A568: hue angle of 147.32º degrees, saturation: 0.51, 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 #35A568 is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 53 165 104 -
CMYK 0.68 0 0.37 0.35
HSL 147.32º 0.51% 0.43% -
HSV(B) 147.32º 0.68% 0.65% -
XYZ 17.42 28.67 17.71 -
YUV 124.56 116.39 76.96 -
System Red Green Blue C M Y K H S L
Decimal 53 165 104 0.68 0 0.37 0.35 147.32 0.51 0.43
Hex 35 A5 68 44 0 25 23 93 33 2B
Octal 65 245 150 104 0 45 43 223 63 53
Binary 110101 10100101 1101000 1000100 0 100101 100011 10010011 110011 101011

Color Harmonies of #35A568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A568

Black with #35A568

Text Example


Text Example

White with #35A568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,165,104); }

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

background-color css

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

 a { background-color: rgb(53,165,104); }

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

border-color css

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

 span { border-color: rgb(53,165,104); }

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