Html Css Color HEX #185001 Myrtle

📋 copy color: '#185001'

red 24 ◦ green 80 ◦ blue 1

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

Shades of Myrtle #185001

Tints of Myrtle #185001

RGB

 RED value IS 24 (9.77% from 255) = 22.86%

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

 BLUE value IS 1 (0.78% from 255) = 0.95%

R = 22.86%
G = 76.19%
B = 0.95%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#185001 (or 0x185001) is known color: Myrtle. HEX triplet: 18, 50 and 01. RGB value is (24,80,1). Sum of RGB (Red+Green+Blue) = 24+80+1=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 80 (31.64% from 255 or 76.19% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 80 - color contains mainly: green. Hex color #185001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185001 is #E7AFFE. Grayscale: #363636. Windows color (decimal): -15183871 or 86040. OLE color: 86040.

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

Color convert

RGB 24 80 1 -
CMYK 0.70 0 0.99 0.69
HSL 102.53º 0.98% 0.16% -
HSV(B) 102.53º 0.99% 0.31% -
XYZ 3.25 5.93 1 -
YUV 54.25 97.95 106.42 -
System Red Green Blue C M Y K H S L
Decimal 24 80 1 0.70 0 0.99 0.69 102.53 0.98 0.16
Hex 18 50 1 46 0 63 45 67 62 10
Octal 30 120 1 106 0 143 105 147 142 20
Binary 11000 1010000 1 1000110 0 1100011 1000101 1100111 1100010 10000

Color Harmonies of #185001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185001

Black with #185001

Text Example


Text Example

White with #185001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185001; }

 p { color: rgb(24,80,1); }

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

background-color css

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

 a { background-color: rgb(24,80,1); }

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

border-color css

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

 span { border-color: rgb(24,80,1); }

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