Html Css Color HEX #35946B Eucalyptus

📋 copy color: '#35946B'

red 53 ◦ green 148 ◦ blue 107

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

Shades of Eucalyptus #35946B

Tints of Eucalyptus #35946B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 17.21%
G = 48.05%
B = 34.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#35946B (or 0x35946B) is known color: Eucalyptus. HEX triplet: 35, 94 and 6B. RGB value is (53,148,107). Sum of RGB (Red+Green+Blue) = 53+148+107=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #35946B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35946B is #CA6B94. Grayscale: #727272. Windows color (decimal): -13265813 or 7050293. OLE color: 7050293.

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

Color convert

RGB 53 148 107 -
CMYK 0.64 0 0.28 0.42
HSL 154.11º 0.47% 0.39% -
HSV(B) 154.11º 0.64% 0.58% -
XYZ 14.71 23 17.57 -
YUV 114.92 123.53 83.83 -
System Red Green Blue C M Y K H S L
Decimal 53 148 107 0.64 0 0.28 0.42 154.11 0.47 0.39
Hex 35 94 6B 40 0 1C 2A 9A 2F 27
Octal 65 224 153 100 0 34 52 232 57 47
Binary 110101 10010100 1101011 1000000 0 11100 101010 10011010 101111 100111

Color Harmonies of #35946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35946B

Black with #35946B

Text Example


Text Example

White with #35946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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