#062325

Color #062325 Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #062325

Tints of Swamp #062325

Color information

#062325 (or 0x062325) is unknown color: approx Swamp. HEX triplet: 06, 23 and 25. RGB value is (6,35,37). Sum of RGB (Red+Green+Blue) = 6+35+37=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #062325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062325 is #F9DCDA. Grayscale: #1A1A1A. Windows color (decimal): -16375003 or 2433798. OLE color: 2433798.

HSL color Cylindrical-coordinate representation of color #062325: hue angle of 183.87º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #062325 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB63537-
CMYK0.840.0500.85
HSL183.87º72.09%8.43%-
HSV(B)183.87º83.78%14.51%-
XYZ1.011.371.96-
YUV26.56133.89113.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.69%
GREEN value IS 35 (14.06% from 255) = 44.87%
BLUE value IS 37 (14.84% from 255) = 47.44%
R=7.69%
G=44.87%
B=47.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal635370.840.0500.85183.8772.098.43
Hex62325545055b8488
Octal643451245012527011010
Binary1101000111001011010100101010101011011100010010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062325; }

 p { color: rgb(6,35,37); }

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

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

 a { background-color: rgb(6,35,37); }

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

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

 span { border-color: rgb(6,35,37); }

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