Html Css Color HEX #033000 Myrtle

📋 copy color: '#033000'

red 3 ◦ green 48 ◦ blue 0

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

Shades of Myrtle #033000

Tints of Myrtle #033000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 94.12%

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

R = 5.88%
G = 94.12%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.81

RGB Variations

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

Color information

#033000 (or 0x033000) is known color: Myrtle. HEX triplet: 03, 30 and 00. RGB value is (3,48,0). Sum of RGB (Red+Green+Blue) = 3+48+0=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 48 (19.14% from 255 or 94.12% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 48 - color contains mainly: green. Hex color #033000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033000 is #FCCFFF. Grayscale: #1D1D1D. Windows color (decimal): -16568320 or 12291. OLE color: 12291.

HSL color Cylindrical-coordinate representation of color #033000: hue angle of 116.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #033000 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB 3 48 0 -
CMYK 0.94 0 1 0.81
HSL 116.25º 1% 0.09% -
HSV(B) 116.25º 1% 0.19% -
XYZ 1.09 2.13 0.35 -
YUV 29.07 111.59 109.4 -
System Red Green Blue C M Y K H S L
Decimal 3 48 0 0.94 0 1 0.81 116.25 1 0.09
Hex 3 30 0 5E 0 64 51 74 64 9
Octal 3 60 0 136 0 144 121 164 144 11
Binary 11 110000 0 1011110 0 1100100 1010001 1110100 1100100 1001

Color Harmonies of #033000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033000

Black with #033000

Text Example


Text Example

White with #033000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033000; }

 p { color: rgb(3,48,0); }

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

background-color css

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

 a { background-color: rgb(3,48,0); }

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

border-color css

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

 span { border-color: rgb(3,48,0); }

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