Html Css Color HEX #053508 Myrtle

📋 copy color: '#053508'

red 5 ◦ green 53 ◦ blue 8

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

Shades of Myrtle #053508

Tints of Myrtle #053508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 12.12%

R = 7.58%
G = 80.3%
B = 12.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#053508 (or 0x053508) is known color: Myrtle. HEX triplet: 05, 35 and 08. RGB value is (5,53,8). Sum of RGB (Red+Green+Blue) = 5+53+8=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 53 (21.09% from 255 or 80.30% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 53 - color contains mainly: green. Hex color #053508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053508 is #FACAF7. Grayscale: #212121. Windows color (decimal): -16435960 or 537861. OLE color: 537861.

HSL color Cylindrical-coordinate representation of color #053508: hue angle of 123.75º 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 #053508 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 53 8 -
CMYK 0.91 0 0.85 0.79
HSL 123.75º 0.83% 0.11% -
HSV(B) 123.75º 0.91% 0.21% -
XYZ 1.38 2.6 0.66 -
YUV 33.52 113.6 107.66 -
System Red Green Blue C M Y K H S L
Decimal 5 53 8 0.91 0 0.85 0.79 123.75 0.83 0.11
Hex 5 35 8 5B 0 55 4F 7C 53 B
Octal 5 65 10 133 0 125 117 174 123 13
Binary 101 110101 1000 1011011 0 1010101 1001111 1111100 1010011 1011

Color Harmonies of #053508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053508

Black with #053508

Text Example


Text Example

White with #053508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053508; }

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

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

background-color css

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

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

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

border-color css

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

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

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