Html Css Color HEX #35925C Eucalyptus

📋 copy color: '#35925C'

red 53 ◦ green 146 ◦ blue 92

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

Shades of Eucalyptus #35925C

Tints of Eucalyptus #35925C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.17%

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

R = 18.21%
G = 50.17%
B = 31.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#35925C (or 0x35925C) is known color: Eucalyptus. HEX triplet: 35, 92 and 5C. RGB value is (53,146,92). Sum of RGB (Red+Green+Blue) = 53+146+92=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #35925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35925C is #CA6DA3. Grayscale: #707070. Windows color (decimal): -13266340 or 6066741. OLE color: 6066741.

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

Color convert

RGB 53 146 92 -
CMYK 0.64 0 0.37 0.43
HSL 145.16º 0.47% 0.39% -
HSV(B) 145.16º 0.64% 0.57% -
XYZ 13.68 22.09 13.67 -
YUV 112.04 116.69 85.89 -
System Red Green Blue C M Y K H S L
Decimal 53 146 92 0.64 0 0.37 0.43 145.16 0.47 0.39
Hex 35 92 5C 40 0 25 2B 91 2F 27
Octal 65 222 134 100 0 45 53 221 57 47
Binary 110101 10010010 1011100 1000000 0 100101 101011 10010001 101111 100111

Color Harmonies of #35925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35925C

Black with #35925C

Text Example


Text Example

White with #35925C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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