#06351C

Color #06351C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #06351C

Tints of Dark Green #06351C

Color information

#06351C (or 0x06351C) is unknown color: approx Dark Green. HEX triplet: 06, 35 and 1C. RGB value is (6,53,28). Sum of RGB (Red+Green+Blue) = 6+53+28=87 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.90% from 87); Green value is 53 (21.09% from 255 or 60.92% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 53 - color contains mainly: green. Hex color #06351C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06351C is #F9CAE3. Grayscale: #242424. Windows color (decimal): -16370404 or 1848582. OLE color: 1848582.

HSL color Cylindrical-coordinate representation of color #06351C: hue angle of 148.09º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06351C is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB65328-
CMYK0.8900.470.79
HSL148.09º79.66%11.57%-
HSV(B)148.09º88.68%20.78%-
XYZ1.562.671.53-
YUV36.1123.43106.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.90%
GREEN value IS 53 (21.09% from 255) = 60.92%
BLUE value IS 28 (11.33% from 255) = 32.18%
R=6.90%
G=60.92%
B=32.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal653280.8900.470.79148.0979.6611.57
Hex6351C5902F4F9450c
Octal6653413105711722412014
Binary110110101111001011001010111110011111001010010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,53,28); }

 H1.HeaderClassName
 {
   color: #06351C;
 }
 .AnyTagClassName
 {
   color: #06351C;
 }
</style>
background-color css

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

 a { background-color: rgb(6,53,28); }

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

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

 span { border-color: rgb(6,53,28); }

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