Html Css Color HEX #3F660A Verdun Green

📋 copy color: '#3F660A'

red 63 ◦ green 102 ◦ blue 10

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

Shades of Verdun Green #3F660A

Tints of Verdun Green #3F660A

RGB

 RED value IS 63 (25% from 255) = 36%

 GREEN value IS 102 (40.23% from 255) = 58.29%

 BLUE value IS 10 (4.3% from 255) = 5.71%

R = 36%
G = 58.29%
B = 5.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.6

RGB Variations

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

Color information

#3F660A (or 0x3F660A) is known color: Verdun Green. HEX triplet: 3F, 66 and 0A. RGB value is (63,102,10). Sum of RGB (Red+Green+Blue) = 63+102+10=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #3F660A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F660A is #C099F5. Grayscale: #505050. Windows color (decimal): -12622326 or 681535. OLE color: 681535.

HSL color Cylindrical-coordinate representation of color #3F660A: hue angle of 85.43º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F660A is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB 63 102 10 -
CMYK 0.38 0 0.90 0.6
HSL 85.43º 0.82% 0.22% -
HSV(B) 85.43º 0.9% 0.4% -
XYZ 6.86 10.58 1.97 -
YUV 79.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 63 102 10 0.38 0 0.90 0.6 85.43 0.82 0.22
Hex 3F 66 A 26 0 5A 3C 55 52 16
Octal 77 146 12 46 0 132 74 125 122 26
Binary 111111 1100110 1010 100110 0 1011010 111100 1010101 1010010 10110

Color Harmonies of #3F660A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F660A

Black with #3F660A

Text Example


Text Example

White with #3F660A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F660A; }

 p { color: rgb(63,102,10); }

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

background-color css

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

 a { background-color: rgb(63,102,10); }

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

border-color css

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

 span { border-color: rgb(63,102,10); }

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