Html Css Color HEX #038352 Watercourse

📋 copy color: '#038352'

red 3 ◦ green 131 ◦ blue 82

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

Shades of Watercourse #038352

Tints of Watercourse #038352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.65%

 BLUE value IS 82 (32.42% from 255) = 37.96%

R = 1.39%
G = 60.65%
B = 37.96%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#038352 (or 0x038352) is known color: Watercourse. HEX triplet: 03, 83 and 52. RGB value is (3,131,82). Sum of RGB (Red+Green+Blue) = 3+131+82=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 131 (51.56% from 255 or 60.65% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 131 - color contains mainly: green. Hex color #038352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038352 is #FC7CAD. Grayscale: #575757. Windows color (decimal): -16546990 or 5407491. OLE color: 5407491.

HSL color Cylindrical-coordinate representation of color #038352: hue angle of 157.03º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038352 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 131 82 -
CMYK 0.98 0 0.37 0.49
HSL 157.03º 0.96% 0.26% -
HSV(B) 157.03º 0.98% 0.51% -
XYZ 9.68 16.86 10.73 -
YUV 87.14 125.09 67.98 -
System Red Green Blue C M Y K H S L
Decimal 3 131 82 0.98 0 0.37 0.49 157.03 0.96 0.26
Hex 3 83 52 62 0 25 31 9D 60 1A
Octal 3 203 122 142 0 45 61 235 140 32
Binary 11 10000011 1010010 1100010 0 100101 110001 10011101 1100000 11010

Color Harmonies of #038352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038352

Black with #038352

Text Example


Text Example

White with #038352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038352; }

 p { color: rgb(3,131,82); }

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

background-color css

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

 a { background-color: rgb(3,131,82); }

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

border-color css

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

 span { border-color: rgb(3,131,82); }

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