Html Css Color HEX #035948 Watercourse

📋 copy color: '#035948'

red 3 ◦ green 89 ◦ blue 72

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

Shades of Watercourse #035948

Tints of Watercourse #035948

RGB

 RED value IS 3 (1.56% from 255) = 1.83%

 GREEN value IS 89 (35.16% from 255) = 54.27%

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

R = 1.83%
G = 54.27%
B = 43.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#035948 (or 0x035948) is known color: Watercourse. HEX triplet: 03, 59 and 48. RGB value is (3,89,72). Sum of RGB (Red+Green+Blue) = 3+89+72=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #035948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035948 is #FCA6B7. Grayscale: #3D3D3D. Windows color (decimal): -16557752 or 4741379. OLE color: 4741379.

HSL color Cylindrical-coordinate representation of color #035948: hue angle of 168.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035948 is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 89 72 -
CMYK 0.97 0 0.19 0.65
HSL 168.14º 0.93% 0.18% -
HSV(B) 168.14º 0.97% 0.35% -
XYZ 4.78 7.63 7.35 -
YUV 61.35 134.01 86.38 -
System Red Green Blue C M Y K H S L
Decimal 3 89 72 0.97 0 0.19 0.65 168.14 0.93 0.18
Hex 3 59 48 61 0 13 41 A8 5D 12
Octal 3 131 110 141 0 23 101 250 135 22
Binary 11 1011001 1001000 1100001 0 10011 1000001 10101000 1011101 10010

Color Harmonies of #035948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035948

Black with #035948

Text Example


Text Example

White with #035948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035948; }

 p { color: rgb(3,89,72); }

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

background-color css

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

 a { background-color: rgb(3,89,72); }

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

border-color css

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

 span { border-color: rgb(3,89,72); }

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