Html Css Color HEX #038353 Watercourse

📋 copy color: '#038353'

red 3 ◦ green 131 ◦ blue 83

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

Shades of Watercourse #038353

Tints of Watercourse #038353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.25%

R = 1.38%
G = 60.37%
B = 38.25%

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

#038353 (or 0x038353) is known color: Watercourse. HEX triplet: 03, 83 and 53. RGB value is (3,131,83). Sum of RGB (Red+Green+Blue) = 3+131+83=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 131 (51.56% from 255 or 60.37% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 131 - color contains mainly: green. Hex color #038353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038353 is #FC7CAC. Grayscale: #575757. Windows color (decimal): -16546989 or 5473027. OLE color: 5473027.

HSL color Cylindrical-coordinate representation of color #038353: hue angle of 157.5º 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 #038353 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 131 83 -
CMYK 0.98 0 0.37 0.49
HSL 157.5º 0.96% 0.26% -
HSV(B) 157.5º 0.98% 0.51% -
XYZ 9.72 16.88 10.93 -
YUV 87.26 125.59 67.9 -
System Red Green Blue C M Y K H S L
Decimal 3 131 83 0.98 0 0.37 0.49 157.5 0.96 0.26
Hex 3 83 53 62 0 25 31 9E 60 1A
Octal 3 203 123 142 0 45 61 236 140 32
Binary 11 10000011 1010011 1100010 0 100101 110001 10011110 1100000 11010

Color Harmonies of #038353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038353

Black with #038353

Text Example


Text Example

White with #038353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038353; }

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

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

background-color css

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

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

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

border-color css

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

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

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