Html Css Color HEX #3BA169 Eucalyptus

📋 copy color: '#3BA169'

red 59 ◦ green 161 ◦ blue 105

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

Shades of Eucalyptus #3BA169

Tints of Eucalyptus #3BA169

RGB

 RED value IS 59 (23.44% from 255) = 18.15%

 GREEN value IS 161 (63.28% from 255) = 49.54%

 BLUE value IS 105 (41.41% from 255) = 32.31%

R = 18.15%
G = 49.54%
B = 32.31%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#3BA169 (or 0x3BA169) is known color: Eucalyptus. HEX triplet: 3B, A1 and 69. RGB value is (59,161,105). Sum of RGB (Red+Green+Blue) = 59+161+105=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA169 is #C45E96. Grayscale: #7C7C7C. Windows color (decimal): -12869271 or 6922555. OLE color: 6922555.

HSL color Cylindrical-coordinate representation of color #3BA169: hue angle of 147.06º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA169 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 59 161 105 -
CMYK 0.63 0 0.35 0.37
HSL 147.06º 0.46% 0.43% -
HSV(B) 147.06º 0.63% 0.63% -
XYZ 17.1 27.44 17.76 -
YUV 124.12 117.21 81.55 -
System Red Green Blue C M Y K H S L
Decimal 59 161 105 0.63 0 0.35 0.37 147.06 0.46 0.43
Hex 3B A1 69 3F 0 23 25 93 2E 2B
Octal 73 241 151 77 0 43 45 223 56 53
Binary 111011 10100001 1101001 111111 0 100011 100101 10010011 101110 101011

Color Harmonies of #3BA169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA169

Black with #3BA169

Text Example


Text Example

White with #3BA169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BA169; }

 p { color: rgb(59,161,105); }

 H1.HeaderClassName
 {
   color: #3BA169;
 }
 .AnyTagClassName
 {
   color: #3BA169;
 }
</style>

background-color css

<style>
 a { background-color: #3BA169; }

 a { background-color: rgb(59,161,105); }

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

border-color css

<style>
 span { border-color: #3BA169; }

 span { border-color: rgb(59,161,105); }

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