Html Css Color HEX #063425 Dark Green

📋 copy color: '#063425'

red 6 ◦ green 52 ◦ blue 37

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

Shades of Dark Green #063425

Tints of Dark Green #063425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 54.74%

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

R = 6.32%
G = 54.74%
B = 38.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#063425 (or 0x063425) is known color: Dark Green. HEX triplet: 06, 34 and 25. RGB value is (6,52,37). Sum of RGB (Red+Green+Blue) = 6+52+37=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #063425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063425 is #F9CBDA. Grayscale: #242424. Windows color (decimal): -16370651 or 2438150. OLE color: 2438150.

HSL color Cylindrical-coordinate representation of color #063425: hue angle of 160.43º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063425 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 52 37 -
CMYK 0.88 0 0.29 0.80
HSL 160.43º 0.79% 0.11% -
HSV(B) 160.43º 0.88% 0.2% -
XYZ 1.64 2.63 2.17 -
YUV 36.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 6 52 37 0.88 0 0.29 0.80 160.43 0.79 0.11
Hex 6 34 25 58 0 1D 50 A0 4F B
Octal 6 64 45 130 0 35 120 240 117 13
Binary 110 110100 100101 1011000 0 11101 1010000 10100000 1001111 1011

Color Harmonies of #063425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063425

Black with #063425

Text Example


Text Example

White with #063425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063425; }

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

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

background-color css

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

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

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

border-color css

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

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

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