Html Css Color HEX #06130B Dark Green

📋 copy color: '#06130B'

red 6 ◦ green 19 ◦ blue 11

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

Shades of Dark Green #06130B

Tints of Dark Green #06130B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 30.56%

R = 16.67%
G = 52.78%
B = 30.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.42

 K value IS 0.93

RGB Variations

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

Color information

#06130B (or 0x06130B) is known color: Dark Green. HEX triplet: 06, 13 and 0B. RGB value is (6,19,11). Sum of RGB (Red+Green+Blue) = 6+19+11=36 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.67% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #06130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06130B is #F9ECF4. Grayscale: #0E0E0E. Windows color (decimal): -16379125 or 725766. OLE color: 725766.

HSL color Cylindrical-coordinate representation of color #06130B: hue angle of 143.08º 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 #06130B is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 19 11 -
CMYK 0.68 0 0.42 0.93
HSL 143.08º 0.52% 0.05% -
HSV(B) 143.08º 0.68% 0.07% -
XYZ 0.37 0.53 0.4 -
YUV 14.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 6 19 11 0.68 0 0.42 0.93 143.08 0.52 0.05
Hex 6 13 B 44 0 2A 5D 8F 34 5
Octal 6 23 13 104 0 52 135 217 64 5
Binary 110 10011 1011 1000100 0 101010 1011101 10001111 110100 101

Color Harmonies of #06130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06130B

Black with #06130B

Text Example


Text Example

White with #06130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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