Html Css Color HEX #057952 Watercourse

📋 copy color: '#057952'

red 5 ◦ green 121 ◦ blue 82

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

Shades of Watercourse #057952

Tints of Watercourse #057952

RGB

 RED value IS 5 (2.34% from 255) = 2.4%

 GREEN value IS 121 (47.66% from 255) = 58.17%

 BLUE value IS 82 (32.42% from 255) = 39.42%

R = 2.4%
G = 58.17%
B = 39.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#057952 (or 0x057952) is known color: Watercourse. HEX triplet: 05, 79 and 52. RGB value is (5,121,82). Sum of RGB (Red+Green+Blue) = 5+121+82=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #057952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057952 is #FA86AD. Grayscale: #515151. Windows color (decimal): -16418478 or 5404933. OLE color: 5404933.

HSL color Cylindrical-coordinate representation of color #057952: hue angle of 159.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057952 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 121 82 -
CMYK 0.96 0 0.32 0.53
HSL 159.83º 0.92% 0.25% -
HSV(B) 159.83º 0.96% 0.47% -
XYZ 8.42 14.32 10.3 -
YUV 81.87 128.07 73.17 -
System Red Green Blue C M Y K H S L
Decimal 5 121 82 0.96 0 0.32 0.53 159.83 0.92 0.25
Hex 5 79 52 60 0 20 35 A0 5C 19
Octal 5 171 122 140 0 40 65 240 134 31
Binary 101 1111001 1010010 1100000 0 100000 110101 10100000 1011100 11001

Color Harmonies of #057952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057952

Black with #057952

Text Example


Text Example

White with #057952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057952; }

 p { color: rgb(5,121,82); }

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

background-color css

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

 a { background-color: rgb(5,121,82); }

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

border-color css

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

 span { border-color: rgb(5,121,82); }

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