Html Css Color HEX #35945C Eucalyptus

📋 copy color: '#35945C'

red 53 ◦ green 148 ◦ blue 92

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

Shades of Eucalyptus #35945C

Tints of Eucalyptus #35945C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.51%

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 18.09%
G = 50.51%
B = 31.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#35945C (or 0x35945C) is known color: Eucalyptus. HEX triplet: 35, 94 and 5C. RGB value is (53,148,92). Sum of RGB (Red+Green+Blue) = 53+148+92=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #35945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35945C is #CA6BA3. Grayscale: #717171. Windows color (decimal): -13265828 or 6067253. OLE color: 6067253.

HSL color Cylindrical-coordinate representation of color #35945C: hue angle of 144.63º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35945C is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 148 92 -
CMYK 0.64 0 0.38 0.42
HSL 144.63º 0.47% 0.39% -
HSV(B) 144.63º 0.64% 0.58% -
XYZ 13.99 22.71 13.77 -
YUV 113.21 116.03 85.05 -
System Red Green Blue C M Y K H S L
Decimal 53 148 92 0.64 0 0.38 0.42 144.63 0.47 0.39
Hex 35 94 5C 40 0 26 2A 91 2F 27
Octal 65 224 134 100 0 46 52 221 57 47
Binary 110101 10010100 1011100 1000000 0 100110 101010 10010001 101111 100111

Color Harmonies of #35945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35945C

Black with #35945C

Text Example


Text Example

White with #35945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35945C; }

 p { color: rgb(53,148,92); }

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

background-color css

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

 a { background-color: rgb(53,148,92); }

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

border-color css

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

 span { border-color: rgb(53,148,92); }

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