Html Css Color HEX #165003 Myrtle

📋 copy color: '#165003'

red 22 ◦ green 80 ◦ blue 3

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

Shades of Myrtle #165003

Tints of Myrtle #165003

RGB

 RED value IS 22 (8.98% from 255) = 20.95%

 GREEN value IS 80 (31.64% from 255) = 76.19%

 BLUE value IS 3 (1.56% from 255) = 2.86%

R = 20.95%
G = 76.19%
B = 2.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#165003 (or 0x165003) is known color: Myrtle. HEX triplet: 16, 50 and 03. RGB value is (22,80,3). Sum of RGB (Red+Green+Blue) = 22+80+3=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 80 (31.64% from 255 or 76.19% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 80 - color contains mainly: green. Hex color #165003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165003 is #E9AFFC. Grayscale: #363636. Windows color (decimal): -15314941 or 217110. OLE color: 217110.

HSL color Cylindrical-coordinate representation of color #165003: hue angle of 105.19º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #165003 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 22 80 3 -
CMYK 0.72 0 0.96 0.69
HSL 105.19º 0.93% 0.16% -
HSV(B) 105.19º 0.96% 0.31% -
XYZ 3.22 5.91 1.06 -
YUV 53.88 99.28 105.26 -
System Red Green Blue C M Y K H S L
Decimal 22 80 3 0.72 0 0.96 0.69 105.19 0.93 0.16
Hex 16 50 3 48 0 60 45 69 5D 10
Octal 26 120 3 110 0 140 105 151 135 20
Binary 10110 1010000 11 1001000 0 1100000 1000101 1101001 1011101 10000

Color Harmonies of #165003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165003

Black with #165003

Text Example


Text Example

White with #165003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165003; }

 p { color: rgb(22,80,3); }

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

background-color css

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

 a { background-color: rgb(22,80,3); }

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

border-color css

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

 span { border-color: rgb(22,80,3); }

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