Html Css Color HEX #038063 Tropical Rain Forest

📋 copy color: '#038063'

red 3 ◦ green 128 ◦ blue 99

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

Shades of Tropical Rain Forest #038063

Tints of Tropical Rain Forest #038063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.65%

 BLUE value IS 99 (39.06% from 255) = 43.04%

R = 1.3%
G = 55.65%
B = 43.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#038063 (or 0x038063) is known color: Tropical Rain Forest. HEX triplet: 03, 80 and 63. RGB value is (3,128,99). Sum of RGB (Red+Green+Blue) = 3+128+99=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #038063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038063 is #FC7F9C. Grayscale: #575757. Windows color (decimal): -16547741 or 6520835. OLE color: 6520835.

HSL color Cylindrical-coordinate representation of color #038063: hue angle of 166.08º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038063 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 128 99 -
CMYK 0.98 0 0.23 0.50
HSL 166.08º 0.95% 0.26% -
HSV(B) 166.08º 0.98% 0.5% -
XYZ 10.01 16.36 14.43 -
YUV 87.32 134.59 67.86 -
System Red Green Blue C M Y K H S L
Decimal 3 128 99 0.98 0 0.23 0.50 166.08 0.95 0.26
Hex 3 80 63 62 0 17 32 A6 5F 1A
Octal 3 200 143 142 0 27 62 246 137 32
Binary 11 10000000 1100011 1100010 0 10111 110010 10100110 1011111 11010

Color Harmonies of #038063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038063

Black with #038063

Text Example


Text Example

White with #038063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038063; }

 p { color: rgb(3,128,99); }

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

background-color css

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

 a { background-color: rgb(3,128,99); }

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

border-color css

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

 span { border-color: rgb(3,128,99); }

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