Html Css Color HEX #035D48 Watercourse

📋 copy color: '#035D48'

red 3 ◦ green 93 ◦ blue 72

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

Shades of Watercourse #035D48

Tints of Watercourse #035D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 55.36%

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

R = 1.79%
G = 55.36%
B = 42.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#035D48 (or 0x035D48) is known color: Watercourse. HEX triplet: 03, 5D and 48. RGB value is (3,93,72). Sum of RGB (Red+Green+Blue) = 3+93+72=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #035D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D48 is #FCA2B7. Grayscale: #3F3F3F. Windows color (decimal): -16556728 or 4742403. OLE color: 4742403.

HSL color Cylindrical-coordinate representation of color #035D48: hue angle of 166º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035D48 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 93 72 -
CMYK 0.97 0 0.23 0.64
HSL 166º 0.94% 0.19% -
HSV(B) 166º 0.97% 0.36% -
XYZ 5.12 8.32 7.47 -
YUV 63.7 132.68 84.71 -
System Red Green Blue C M Y K H S L
Decimal 3 93 72 0.97 0 0.23 0.64 166 0.94 0.19
Hex 3 5D 48 61 0 17 40 A6 5E 13
Octal 3 135 110 141 0 27 100 246 136 23
Binary 11 1011101 1001000 1100001 0 10111 1000000 10100110 1011110 10011

Color Harmonies of #035D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D48

Black with #035D48

Text Example


Text Example

White with #035D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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