Html Css Color HEX #037465 Tropical Rain Forest

📋 copy color: '#037465'

red 3 ◦ green 116 ◦ blue 101

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

Shades of Tropical Rain Forest #037465

Tints of Tropical Rain Forest #037465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.73%

 BLUE value IS 101 (39.84% from 255) = 45.91%

R = 1.36%
G = 52.73%
B = 45.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#037465 (or 0x037465) is known color: Tropical Rain Forest. HEX triplet: 03, 74 and 65. RGB value is (3,116,101). Sum of RGB (Red+Green+Blue) = 3+116+101=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #037465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037465 is #FC8B9A. Grayscale: #505050. Windows color (decimal): -16550811 or 6648835. OLE color: 6648835.

HSL color Cylindrical-coordinate representation of color #037465: hue angle of 172.04º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037465 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 116 101 -
CMYK 0.97 0 0.13 0.55
HSL 172.04º 0.95% 0.23% -
HSV(B) 172.04º 0.97% 0.45% -
XYZ 8.63 13.45 14.45 -
YUV 80.5 139.56 72.72 -
System Red Green Blue C M Y K H S L
Decimal 3 116 101 0.97 0 0.13 0.55 172.04 0.95 0.23
Hex 3 74 65 61 0 D 37 AC 5F 17
Octal 3 164 145 141 0 15 67 254 137 27
Binary 11 1110100 1100101 1100001 0 1101 110111 10101100 1011111 10111

Color Harmonies of #037465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037465

Black with #037465

Text Example


Text Example

White with #037465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037465; }

 p { color: rgb(3,116,101); }

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

background-color css

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

 a { background-color: rgb(3,116,101); }

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

border-color css

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

 span { border-color: rgb(3,116,101); }

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