Html Css Color HEX #05734C Watercourse

📋 copy color: '#05734C'

red 5 ◦ green 115 ◦ blue 76

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

Shades of Watercourse #05734C

Tints of Watercourse #05734C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 58.67%

 BLUE value IS 76 (30.08% from 255) = 38.78%

R = 2.55%
G = 58.67%
B = 38.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#05734C (or 0x05734C) is known color: Watercourse. HEX triplet: 05, 73 and 4C. RGB value is (5,115,76). Sum of RGB (Red+Green+Blue) = 5+115+76=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 115 (45.31% from 255 or 58.67% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 115 - color contains mainly: green. Hex color #05734C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05734C is #FA8CB3. Grayscale: #4D4D4D. Windows color (decimal): -16420020 or 5010181. OLE color: 5010181.

HSL color Cylindrical-coordinate representation of color #05734C: hue angle of 158.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05734C is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 115 76 -
CMYK 0.96 0 0.34 0.55
HSL 158.73º 0.92% 0.24% -
HSV(B) 158.73º 0.96% 0.45% -
XYZ 7.5 12.82 8.92 -
YUV 77.66 127.06 76.17 -
System Red Green Blue C M Y K H S L
Decimal 5 115 76 0.96 0 0.34 0.55 158.73 0.92 0.24
Hex 5 73 4C 60 0 22 37 9F 5C 18
Octal 5 163 114 140 0 42 67 237 134 30
Binary 101 1110011 1001100 1100000 0 100010 110111 10011111 1011100 11000

Color Harmonies of #05734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05734C

Black with #05734C

Text Example


Text Example

White with #05734C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05734C; }

 p { color: rgb(5,115,76); }

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

background-color css

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

 a { background-color: rgb(5,115,76); }

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

border-color css

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

 span { border-color: rgb(5,115,76); }

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