Html Css Color HEX #038560 Tropical Rain Forest

📋 copy color: '#038560'

red 3 ◦ green 133 ◦ blue 96

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

Shades of Tropical Rain Forest #038560

Tints of Tropical Rain Forest #038560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.33%

 BLUE value IS 96 (37.89% from 255) = 41.38%

R = 1.29%
G = 57.33%
B = 41.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#038560 (or 0x038560) is known color: Tropical Rain Forest. HEX triplet: 03, 85 and 60. RGB value is (3,133,96). Sum of RGB (Red+Green+Blue) = 3+133+96=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #038560 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038560 is #FC7A9F. Grayscale: #595959. Windows color (decimal): -16546464 or 6325507. OLE color: 6325507.

HSL color Cylindrical-coordinate representation of color #038560: hue angle of 162.92º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038560 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 133 96 -
CMYK 0.98 0 0.28 0.48
HSL 162.92º 0.96% 0.27% -
HSV(B) 162.92º 0.98% 0.52% -
XYZ 10.54 17.64 13.92 -
YUV 89.91 131.43 66.01 -
System Red Green Blue C M Y K H S L
Decimal 3 133 96 0.98 0 0.28 0.48 162.92 0.96 0.27
Hex 3 85 60 62 0 1C 30 A3 60 1B
Octal 3 205 140 142 0 34 60 243 140 33
Binary 11 10000101 1100000 1100010 0 11100 110000 10100011 1100000 11011

Color Harmonies of #038560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038560

Black with #038560

Text Example


Text Example

White with #038560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038560; }

 p { color: rgb(3,133,96); }

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

background-color css

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

 a { background-color: rgb(3,133,96); }

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

border-color css

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

 span { border-color: rgb(3,133,96); }

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