Html Css Color HEX #05130C Dark Green

📋 copy color: '#05130C'

red 5 ◦ green 19 ◦ blue 12

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

Shades of Dark Green #05130C

Tints of Dark Green #05130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 52.78%

 BLUE value IS 12 (5.08% from 255) = 33.33%

R = 13.89%
G = 52.78%
B = 33.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.93

RGB Variations

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

Color information

#05130C (or 0x05130C) is known color: Dark Green. HEX triplet: 05, 13 and 0C. RGB value is (5,19,12). Sum of RGB (Red+Green+Blue) = 5+19+12=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #05130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05130C is #FAECF3. Grayscale: #0E0E0E. Windows color (decimal): -16444660 or 791301. OLE color: 791301.

HSL color Cylindrical-coordinate representation of color #05130C: hue angle of 150º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #05130C is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 19 12 -
CMYK 0.74 0 0.37 0.93
HSL 150º 0.58% 0.05% -
HSV(B) 150º 0.74% 0.07% -
XYZ 0.36 0.52 0.43 -
YUV 14.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 5 19 12 0.74 0 0.37 0.93 150 0.58 0.05
Hex 5 13 C 4A 0 25 5D 96 3A 5
Octal 5 23 14 112 0 45 135 226 72 5
Binary 101 10011 1100 1001010 0 100101 1011101 10010110 111010 101

Color Harmonies of #05130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05130C

Black with #05130C

Text Example


Text Example

White with #05130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05130C; }

 p { color: rgb(5,19,12); }

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

background-color css

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

 a { background-color: rgb(5,19,12); }

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

border-color css

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

 span { border-color: rgb(5,19,12); }

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