Html Css Color HEX #4A8F68 Eucalyptus

📋 copy color: '#4A8F68'

red 74 ◦ green 143 ◦ blue 104

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

Shades of Eucalyptus #4A8F68

Tints of Eucalyptus #4A8F68

RGB

 RED value IS 74 (29.3% from 255) = 23.05%

 GREEN value IS 143 (56.25% from 255) = 44.55%

 BLUE value IS 104 (41.02% from 255) = 32.4%

R = 23.05%
G = 44.55%
B = 32.4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#4A8F68 (or 0x4A8F68) is known color: Eucalyptus. HEX triplet: 4A, 8F and 68. RGB value is (74,143,104). Sum of RGB (Red+Green+Blue) = 74+143+104=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #4A8F68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8F68 is #B57097. Grayscale: #767676. Windows color (decimal): -11890840 or 6852426. OLE color: 6852426.

HSL color Cylindrical-coordinate representation of color #4A8F68: hue angle of 146.09º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8F68 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 143 104 -
CMYK 0.48 0 0.27 0.44
HSL 146.09º 0.32% 0.43% -
HSV(B) 146.09º 0.48% 0.56% -
XYZ 15.15 22.1 16.56 -
YUV 117.92 120.14 96.67 -
System Red Green Blue C M Y K H S L
Decimal 74 143 104 0.48 0 0.27 0.44 146.09 0.32 0.43
Hex 4A 8F 68 30 0 1B 2C 92 20 2B
Octal 112 217 150 60 0 33 54 222 40 53
Binary 1001010 10001111 1101000 110000 0 11011 101100 10010010 100000 101011

Color Harmonies of #4A8F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8F68

Black with #4A8F68

Text Example


Text Example

White with #4A8F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A8F68; }

 p { color: rgb(74,143,104); }

 H1.HeaderClassName
 {
   color: #4A8F68;
 }
 .AnyTagClassName
 {
   color: #4A8F68;
 }
</style>

background-color css

<style>
 a { background-color: #4A8F68; }

 a { background-color: rgb(74,143,104); }

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

border-color css

<style>
 span { border-color: #4A8F68; }

 span { border-color: rgb(74,143,104); }

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