Html Css Color HEX #038152 Watercourse

📋 copy color: '#038152'

red 3 ◦ green 129 ◦ blue 82

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

Shades of Watercourse #038152

Tints of Watercourse #038152

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.28%

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

R = 1.4%
G = 60.28%
B = 38.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#038152 (or 0x038152) is known color: Watercourse. HEX triplet: 03, 81 and 52. RGB value is (3,129,82). Sum of RGB (Red+Green+Blue) = 3+129+82=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #038152 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038152 is #FC7EAD. Grayscale: #565656. Windows color (decimal): -16547502 or 5406979. OLE color: 5406979.

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

Color convert

RGB 3 129 82 -
CMYK 0.98 0 0.36 0.49
HSL 157.62º 0.95% 0.26% -
HSV(B) 157.62º 0.98% 0.51% -
XYZ 9.41 16.33 10.64 -
YUV 85.97 125.76 68.82 -
System Red Green Blue C M Y K H S L
Decimal 3 129 82 0.98 0 0.36 0.49 157.62 0.95 0.26
Hex 3 81 52 62 0 24 31 9E 5F 1A
Octal 3 201 122 142 0 44 61 236 137 32
Binary 11 10000001 1010010 1100010 0 100100 110001 10011110 1011111 11010

Color Harmonies of #038152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038152

Black with #038152

Text Example


Text Example

White with #038152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038152; }

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

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

background-color css

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

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

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

border-color css

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

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

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