Html Css Color HEX #063930 Dark Green

📋 copy color: '#063930'

red 6 ◦ green 57 ◦ blue 48

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

Shades of Dark Green #063930

Tints of Dark Green #063930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 51.35%

 BLUE value IS 48 (19.14% from 255) = 43.24%

R = 5.41%
G = 51.35%
B = 43.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#063930 (or 0x063930) is known color: Dark Green. HEX triplet: 06, 39 and 30. RGB value is (6,57,48). Sum of RGB (Red+Green+Blue) = 6+57+48=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #063930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063930 is #F9C6CF. Grayscale: #282828. Windows color (decimal): -16369360 or 3160326. OLE color: 3160326.

HSL color Cylindrical-coordinate representation of color #063930: hue angle of 169.41º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063930 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 57 48 -
CMYK 0.89 0 0.16 0.78
HSL 169.41º 0.81% 0.12% -
HSV(B) 169.41º 0.89% 0.22% -
XYZ 2.07 3.18 3.3 -
YUV 40.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 6 57 48 0.89 0 0.16 0.78 169.41 0.81 0.12
Hex 6 39 30 59 0 10 4E A9 51 C
Octal 6 71 60 131 0 20 116 251 121 14
Binary 110 111001 110000 1011001 0 10000 1001110 10101001 1010001 1100

Color Harmonies of #063930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063930

Black with #063930

Text Example


Text Example

White with #063930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063930; }

 p { color: rgb(6,57,48); }

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

background-color css

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

 a { background-color: rgb(6,57,48); }

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

border-color css

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

 span { border-color: rgb(6,57,48); }

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