Html Css Color HEX #053007 Myrtle

📋 copy color: '#053007'

red 5 ◦ green 48 ◦ blue 7

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

Shades of Myrtle #053007

Tints of Myrtle #053007

RGB

 RED value IS 5 (2.34% from 255) = 8.33%

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

 BLUE value IS 7 (3.13% from 255) = 11.67%

R = 8.33%
G = 80%
B = 11.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#053007 (or 0x053007) is known color: Myrtle. HEX triplet: 05, 30 and 07. RGB value is (5,48,7). Sum of RGB (Red+Green+Blue) = 5+48+7=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 48 (19.14% from 255 or 80% from 60); Blue value is 7 (3.12% from 255 or 11.67% from 60); Max value from RGB is 48 - color contains mainly: green. Hex color #053007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053007 is #FACFF8. Grayscale: #1E1E1E. Windows color (decimal): -16437241 or 471045. OLE color: 471045.

HSL color Cylindrical-coordinate representation of color #053007: hue angle of 122.79º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053007 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 48 7 -
CMYK 0.90 0 0.85 0.81
HSL 122.79º 0.81% 0.1% -
HSV(B) 122.79º 0.9% 0.19% -
XYZ 1.16 2.16 0.56 -
YUV 30.47 114.75 109.83 -
System Red Green Blue C M Y K H S L
Decimal 5 48 7 0.90 0 0.85 0.81 122.79 0.81 0.1
Hex 5 30 7 5A 0 55 51 7B 51 A
Octal 5 60 7 132 0 125 121 173 121 12
Binary 101 110000 111 1011010 0 1010101 1010001 1111011 1010001 1010

Color Harmonies of #053007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053007

Black with #053007

Text Example


Text Example

White with #053007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053007; }

 p { color: rgb(5,48,7); }

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

background-color css

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

 a { background-color: rgb(5,48,7); }

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

border-color css

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

 span { border-color: rgb(5,48,7); }

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