Html Css Color HEX #045C46 Watercourse

📋 copy color: '#045C46'

red 4 ◦ green 92 ◦ blue 70

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

Shades of Watercourse #045C46

Tints of Watercourse #045C46

RGB

 RED value IS 4 (1.95% from 255) = 2.41%

 GREEN value IS 92 (36.33% from 255) = 55.42%

 BLUE value IS 70 (27.73% from 255) = 42.17%

R = 2.41%
G = 55.42%
B = 42.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#045C46 (or 0x045C46) is known color: Watercourse. HEX triplet: 04, 5C and 46. RGB value is (4,92,70). Sum of RGB (Red+Green+Blue) = 4+92+70=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 92 (36.33% from 255 or 55.42% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 92 - color contains mainly: green. Hex color #045C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045C46 is #FBA3B9. Grayscale: #3F3F3F. Windows color (decimal): -16491450 or 4611076. OLE color: 4611076.

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

Color convert

RGB 4 92 70 -
CMYK 0.96 0 0.24 0.64
HSL 165º 0.92% 0.19% -
HSV(B) 165º 0.96% 0.36% -
XYZ 4.98 8.12 7.1 -
YUV 63.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 4 92 70 0.96 0 0.24 0.64 165 0.92 0.19
Hex 4 5C 46 60 0 18 40 A5 5C 13
Octal 4 134 106 140 0 30 100 245 134 23
Binary 100 1011100 1000110 1100000 0 11000 1000000 10100101 1011100 10011

Color Harmonies of #045C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045C46

Black with #045C46

Text Example


Text Example

White with #045C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045C46; }

 p { color: rgb(4,92,70); }

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

background-color css

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

 a { background-color: rgb(4,92,70); }

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

border-color css

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

 span { border-color: rgb(4,92,70); }

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