Html Css Color HEX #05370A Myrtle

📋 copy color: '#05370A'

red 5 ◦ green 55 ◦ blue 10

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

Shades of Myrtle #05370A

Tints of Myrtle #05370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 78.57%

 BLUE value IS 10 (4.3% from 255) = 14.29%

R = 7.14%
G = 78.57%
B = 14.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#05370A (or 0x05370A) is known color: Myrtle. HEX triplet: 05, 37 and 0A. RGB value is (5,55,10). Sum of RGB (Red+Green+Blue) = 5+55+10=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 55 (21.88% from 255 or 78.57% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 55 - color contains mainly: green. Hex color #05370A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05370A is #FAC8F5. Grayscale: #232323. Windows color (decimal): -16435446 or 669445. OLE color: 669445.

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

Color convert

RGB 5 55 10 -
CMYK 0.91 0 0.82 0.78
HSL 126º 0.83% 0.12% -
HSV(B) 126º 0.91% 0.22% -
XYZ 1.48 2.79 0.75 -
YUV 34.92 113.94 106.66 -
System Red Green Blue C M Y K H S L
Decimal 5 55 10 0.91 0 0.82 0.78 126 0.83 0.12
Hex 5 37 A 5B 0 52 4E 7E 53 C
Octal 5 67 12 133 0 122 116 176 123 14
Binary 101 110111 1010 1011011 0 1010010 1001110 1111110 1010011 1100

Color Harmonies of #05370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05370A

Black with #05370A

Text Example


Text Example

White with #05370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05370A; }

 p { color: rgb(5,55,10); }

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

background-color css

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

 a { background-color: rgb(5,55,10); }

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

border-color css

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

 span { border-color: rgb(5,55,10); }

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