Html Css Color HEX #06130D Dark Green

📋 copy color: '#06130D'

red 6 ◦ green 19 ◦ blue 13

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

Shades of Dark Green #06130D

Tints of Dark Green #06130D

RGB

 RED value IS 6 (2.73% from 255) = 15.79%

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

 BLUE value IS 13 (5.47% from 255) = 34.21%

R = 15.79%
G = 50%
B = 34.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.93

RGB Variations

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

Color information

#06130D (or 0x06130D) is known color: Dark Green. HEX triplet: 06, 13 and 0D. RGB value is (6,19,13). Sum of RGB (Red+Green+Blue) = 6+19+13=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #06130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06130D is #F9ECF2. Grayscale: #0E0E0E. Windows color (decimal): -16379123 or 856838. OLE color: 856838.

HSL color Cylindrical-coordinate representation of color #06130D: hue angle of 152.31º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #06130D is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 19 13 -
CMYK 0.68 0 0.32 0.93
HSL 152.31º 0.52% 0.05% -
HSV(B) 152.31º 0.68% 0.07% -
XYZ 0.38 0.53 0.46 -
YUV 14.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 6 19 13 0.68 0 0.32 0.93 152.31 0.52 0.05
Hex 6 13 D 44 0 20 5D 98 34 5
Octal 6 23 15 104 0 40 135 230 64 5
Binary 110 10011 1101 1000100 0 100000 1011101 10011000 110100 101

Color Harmonies of #06130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06130D

Black with #06130D

Text Example


Text Example

White with #06130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06130D; }

 p { color: rgb(6,19,13); }

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

background-color css

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

 a { background-color: rgb(6,19,13); }

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

border-color css

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

 span { border-color: rgb(6,19,13); }

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