Html Css Color HEX #35945B Eucalyptus

📋 copy color: '#35945B'

red 53 ◦ green 148 ◦ blue 91

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

Shades of Eucalyptus #35945B

Tints of Eucalyptus #35945B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 18.15%
G = 50.68%
B = 31.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#35945B (or 0x35945B) is known color: Eucalyptus. HEX triplet: 35, 94 and 5B. RGB value is (53,148,91). Sum of RGB (Red+Green+Blue) = 53+148+91=292 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.15% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #35945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35945B is #CA6BA4. Grayscale: #717171. Windows color (decimal): -13265829 or 6001717. OLE color: 6001717.

HSL color Cylindrical-coordinate representation of color #35945B: hue angle of 144º 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 #35945B is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 148 91 -
CMYK 0.64 0 0.39 0.42
HSL 144º 0.47% 0.39% -
HSV(B) 144º 0.64% 0.58% -
XYZ 13.95 22.69 13.54 -
YUV 113.1 115.53 85.13 -
System Red Green Blue C M Y K H S L
Decimal 53 148 91 0.64 0 0.39 0.42 144 0.47 0.39
Hex 35 94 5B 40 0 27 2A 90 2F 27
Octal 65 224 133 100 0 47 52 220 57 47
Binary 110101 10010100 1011011 1000000 0 100111 101010 10010000 101111 100111

Color Harmonies of #35945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35945B

Black with #35945B

Text Example


Text Example

White with #35945B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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