Html Css Color HEX #066548 Watercourse

📋 copy color: '#066548'

red 6 ◦ green 101 ◦ blue 72

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

Shades of Watercourse #066548

Tints of Watercourse #066548

RGB

 RED value IS 6 (2.73% from 255) = 3.35%

 GREEN value IS 101 (39.84% from 255) = 56.42%

 BLUE value IS 72 (28.52% from 255) = 40.22%

R = 3.35%
G = 56.42%
B = 40.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#066548 (or 0x066548) is known color: Watercourse. HEX triplet: 06, 65 and 48. RGB value is (6,101,72). Sum of RGB (Red+Green+Blue) = 6+101+72=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #066548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066548 is #F99AB7. Grayscale: #454545. Windows color (decimal): -16358072 or 4744454. OLE color: 4744454.

HSL color Cylindrical-coordinate representation of color #066548: hue angle of 161.68º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066548 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 101 72 -
CMYK 0.94 0 0.29 0.60
HSL 161.68º 0.89% 0.21% -
HSV(B) 161.68º 0.94% 0.4% -
XYZ 5.9 9.81 7.71 -
YUV 69.29 129.53 82.86 -
System Red Green Blue C M Y K H S L
Decimal 6 101 72 0.94 0 0.29 0.60 161.68 0.89 0.21
Hex 6 65 48 5E 0 1D 3C A2 59 15
Octal 6 145 110 136 0 35 74 242 131 25
Binary 110 1100101 1001000 1011110 0 11101 111100 10100010 1011001 10101

Color Harmonies of #066548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066548

Black with #066548

Text Example


Text Example

White with #066548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066548; }

 p { color: rgb(6,101,72); }

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

background-color css

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

 a { background-color: rgb(6,101,72); }

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

border-color css

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

 span { border-color: rgb(6,101,72); }

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