Html Css Color HEX #05754B Watercourse

📋 copy color: '#05754B'

red 5 ◦ green 117 ◦ blue 75

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

Shades of Watercourse #05754B

Tints of Watercourse #05754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 59.39%

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 2.54%
G = 59.39%
B = 38.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#05754B (or 0x05754B) is known color: Watercourse. HEX triplet: 05, 75 and 4B. RGB value is (5,117,75). Sum of RGB (Red+Green+Blue) = 5+117+75=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #05754B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05754B is #FA8AB4. Grayscale: #4E4E4E. Windows color (decimal): -16419509 or 4945157. OLE color: 4945157.

HSL color Cylindrical-coordinate representation of color #05754B: hue angle of 157.5º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05754B is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 117 75 -
CMYK 0.96 0 0.36 0.54
HSL 157.5º 0.92% 0.24% -
HSV(B) 157.5º 0.96% 0.46% -
XYZ 7.69 13.26 8.81 -
YUV 78.72 125.89 75.42 -
System Red Green Blue C M Y K H S L
Decimal 5 117 75 0.96 0 0.36 0.54 157.5 0.92 0.24
Hex 5 75 4B 60 0 24 36 9E 5C 18
Octal 5 165 113 140 0 44 66 236 134 30
Binary 101 1110101 1001011 1100000 0 100100 110110 10011110 1011100 11000

Color Harmonies of #05754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05754B

Black with #05754B

Text Example


Text Example

White with #05754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05754B; }

 p { color: rgb(5,117,75); }

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

background-color css

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

 a { background-color: rgb(5,117,75); }

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

border-color css

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

 span { border-color: rgb(5,117,75); }

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