Html Css Color HEX #035841 Watercourse

📋 copy color: '#035841'

red 3 ◦ green 88 ◦ blue 65

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

Shades of Watercourse #035841

Tints of Watercourse #035841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 56.41%

 BLUE value IS 65 (25.78% from 255) = 41.67%

R = 1.92%
G = 56.41%
B = 41.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#035841 (or 0x035841) is known color: Watercourse. HEX triplet: 03, 58 and 41. RGB value is (3,88,65). Sum of RGB (Red+Green+Blue) = 3+88+65=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #035841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035841 is #FCA7BE. Grayscale: #3B3B3B. Windows color (decimal): -16558015 or 4282371. OLE color: 4282371.

HSL color Cylindrical-coordinate representation of color #035841: hue angle of 163.76º 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 #035841 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 88 65 -
CMYK 0.97 0 0.26 0.65
HSL 163.76º 0.93% 0.18% -
HSV(B) 163.76º 0.97% 0.35% -
XYZ 4.48 7.38 6.19 -
YUV 59.96 130.84 87.37 -
System Red Green Blue C M Y K H S L
Decimal 3 88 65 0.97 0 0.26 0.65 163.76 0.93 0.18
Hex 3 58 41 61 0 1A 41 A4 5D 12
Octal 3 130 101 141 0 32 101 244 135 22
Binary 11 1011000 1000001 1100001 0 11010 1000001 10100100 1011101 10010

Color Harmonies of #035841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035841

Black with #035841

Text Example


Text Example

White with #035841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035841; }

 p { color: rgb(3,88,65); }

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

background-color css

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

 a { background-color: rgb(3,88,65); }

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

border-color css

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

 span { border-color: rgb(3,88,65); }

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