Html Css Color HEX #3A8B66 Eucalyptus

📋 copy color: '#3A8B66'

red 58 ◦ green 139 ◦ blue 102

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

Shades of Eucalyptus #3A8B66

Tints of Eucalyptus #3A8B66

RGB

 RED value IS 58 (23.05% from 255) = 19.4%

 GREEN value IS 139 (54.69% from 255) = 46.49%

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 19.4%
G = 46.49%
B = 34.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#3A8B66 (or 0x3A8B66) is known color: Eucalyptus. HEX triplet: 3A, 8B and 66. RGB value is (58,139,102). Sum of RGB (Red+Green+Blue) = 58+139+102=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B66 is #C57499. Grayscale: #6E6E6E. Windows color (decimal): -12940442 or 6720314. OLE color: 6720314.

HSL color Cylindrical-coordinate representation of color #3A8B66: hue angle of 152.59º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B66 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 139 102 -
CMYK 0.58 0 0.27 0.45
HSL 152.59º 0.41% 0.39% -
HSV(B) 152.59º 0.58% 0.55% -
XYZ 13.38 20.32 15.79 -
YUV 110.56 123.16 90.51 -
System Red Green Blue C M Y K H S L
Decimal 58 139 102 0.58 0 0.27 0.45 152.59 0.41 0.39
Hex 3A 8B 66 3A 0 1B 2D 99 29 27
Octal 72 213 146 72 0 33 55 231 51 47
Binary 111010 10001011 1100110 111010 0 11011 101101 10011001 101001 100111

Color Harmonies of #3A8B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8B66

Black with #3A8B66

Text Example


Text Example

White with #3A8B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,139,102); }

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

background-color css

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

 a { background-color: rgb(58,139,102); }

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

border-color css

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

 span { border-color: rgb(58,139,102); }

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