Html Css Color HEX #063125 Dark Green

📋 copy color: '#063125'

red 6 ◦ green 49 ◦ blue 37

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

Shades of Dark Green #063125

Tints of Dark Green #063125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 53.26%

 BLUE value IS 37 (14.84% from 255) = 40.22%

R = 6.52%
G = 53.26%
B = 40.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#063125 (or 0x063125) is known color: Dark Green. HEX triplet: 06, 31 and 25. RGB value is (6,49,37). Sum of RGB (Red+Green+Blue) = 6+49+37=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #063125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063125 is #F9CEDA. Grayscale: #222222. Windows color (decimal): -16371419 or 2437382. OLE color: 2437382.

HSL color Cylindrical-coordinate representation of color #063125: hue angle of 163.26º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063125 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 49 37 -
CMYK 0.88 0 0.24 0.81
HSL 163.26º 0.78% 0.11% -
HSV(B) 163.26º 0.88% 0.19% -
XYZ 1.51 2.37 2.13 -
YUV 34.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 6 49 37 0.88 0 0.24 0.81 163.26 0.78 0.11
Hex 6 31 25 58 0 18 51 A3 4E B
Octal 6 61 45 130 0 30 121 243 116 13
Binary 110 110001 100101 1011000 0 11000 1010001 10100011 1001110 1011

Color Harmonies of #063125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063125

Black with #063125

Text Example


Text Example

White with #063125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063125; }

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

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

background-color css

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

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

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

border-color css

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

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

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