Html Css Color HEX #003805 Myrtle

📋 copy color: '#003805'

red 0 ◦ green 56 ◦ blue 5

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

Shades of Myrtle #003805

Tints of Myrtle #003805

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 56 (22.27% from 255) = 91.8%

 BLUE value IS 5 (2.34% from 255) = 8.2%

R = 0%
G = 91.8%
B = 8.2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#003805 (or 0x003805) is known color: Myrtle. HEX triplet: 00, 38 and 05. RGB value is (0,56,5). Sum of RGB (Red+Green+Blue) = 0+56+5=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 56 (22.27% from 255 or 91.80% from 61); Blue value is 5 (2.34% from 255 or 8.20% from 61); Max value from RGB is 56 - color contains mainly: green. Hex color #003805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003805 is #FFC7FA. Grayscale: #212121. Windows color (decimal): -16762875 or 342016. OLE color: 342016.

HSL color Cylindrical-coordinate representation of color #003805: hue angle of 125.36º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003805 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 56 5 -
CMYK 1 0 0.91 0.78
HSL 125.36º 1% 0.11% -
HSV(B) 125.36º 1% 0.22% -
XYZ 1.44 2.84 0.62 -
YUV 33.44 111.95 104.15 -
System Red Green Blue C M Y K H S L
Decimal 0 56 5 1 0 0.91 0.78 125.36 1 0.11
Hex 0 38 5 64 0 5B 4E 7D 64 B
Octal 0 70 5 144 0 133 116 175 144 13
Binary 0 111000 101 1100100 0 1011011 1001110 1111101 1100100 1011

Color Harmonies of #003805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003805

Black with #003805

Text Example


Text Example

White with #003805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003805; }

 p { color: rgb(0,56,5); }

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

background-color css

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

 a { background-color: rgb(0,56,5); }

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

border-color css

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

 span { border-color: rgb(0,56,5); }

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