Html Css Color HEX #548A70 Cutty Sark

📋 copy color: '#548A70'

red 84 ◦ green 138 ◦ blue 112

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

Shades of Cutty Sark #548A70

Tints of Cutty Sark #548A70

RGB

 RED value IS 84 (33.2% from 255) = 25.15%

 GREEN value IS 138 (54.3% from 255) = 41.32%

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 25.15%
G = 41.32%
B = 33.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#548A70 (or 0x548A70) is known color: Cutty Sark. HEX triplet: 54, 8A and 70. RGB value is (84,138,112). Sum of RGB (Red+Green+Blue) = 84+138+112=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #548A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A70 is #AB758F. Grayscale: #767676. Windows color (decimal): -11236752 or 7375444. OLE color: 7375444.

HSL color Cylindrical-coordinate representation of color #548A70: hue angle of 151.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548A70 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 138 112 -
CMYK 0.39 0 0.19 0.46
HSL 151.11º 0.24% 0.44% -
HSV(B) 151.11º 0.39% 0.54% -
XYZ 15.67 21.23 18.6 -
YUV 118.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 84 138 112 0.39 0 0.19 0.46 151.11 0.24 0.44
Hex 54 8A 70 27 0 13 2E 97 18 2C
Octal 124 212 160 47 0 23 56 227 30 54
Binary 1010100 10001010 1110000 100111 0 10011 101110 10010111 11000 101100

Color Harmonies of #548A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548A70

Black with #548A70

Text Example


Text Example

White with #548A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548A70; }

 p { color: rgb(84,138,112); }

 H1.HeaderClassName
 {
   color: #548A70;
 }
 .AnyTagClassName
 {
   color: #548A70;
 }
</style>

background-color css

<style>
 a { background-color: #548A70; }

 a { background-color: rgb(84,138,112); }

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

border-color css

<style>
 span { border-color: #548A70; }

 span { border-color: rgb(84,138,112); }

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