Html Css Color HEX #05350A Myrtle

📋 copy color: '#05350A'

red 5 ◦ green 53 ◦ blue 10

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

Shades of Myrtle #05350A

Tints of Myrtle #05350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 77.94%

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

R = 7.35%
G = 77.94%
B = 14.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#05350A (or 0x05350A) is known color: Myrtle. HEX triplet: 05, 35 and 0A. RGB value is (5,53,10). Sum of RGB (Red+Green+Blue) = 5+53+10=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 53 (21.09% from 255 or 77.94% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 53 - color contains mainly: green. Hex color #05350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05350A is #FACAF5. Grayscale: #212121. Windows color (decimal): -16435958 or 668933. OLE color: 668933.

HSL color Cylindrical-coordinate representation of color #05350A: hue angle of 126.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05350A is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 53 10 -
CMYK 0.91 0 0.81 0.79
HSL 126.25º 0.83% 0.11% -
HSV(B) 126.25º 0.91% 0.21% -
XYZ 1.39 2.6 0.72 -
YUV 33.75 114.6 107.5 -
System Red Green Blue C M Y K H S L
Decimal 5 53 10 0.91 0 0.81 0.79 126.25 0.83 0.11
Hex 5 35 A 5B 0 51 4F 7E 53 B
Octal 5 65 12 133 0 121 117 176 123 13
Binary 101 110101 1010 1011011 0 1010001 1001111 1111110 1010011 1011

Color Harmonies of #05350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05350A

Black with #05350A

Text Example


Text Example

White with #05350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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