Html Css Color HEX #3F4303 Verdun Green

📋 copy color: '#3F4303'

red 63 ◦ green 67 ◦ blue 3

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

Shades of Verdun Green #3F4303

Tints of Verdun Green #3F4303

RGB

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

 GREEN value IS 67 (26.56% from 255) = 50.38%

 BLUE value IS 3 (1.56% from 255) = 2.26%

R = 47.37%
G = 50.38%
B = 2.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.74

RGB Variations

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

Color information

#3F4303 (or 0x3F4303) is known color: Verdun Green. HEX triplet: 3F, 43 and 03. RGB value is (63,67,3). Sum of RGB (Red+Green+Blue) = 63+67+3=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4303 is #C0BCFC. Grayscale: #3A3A3A. Windows color (decimal): -12631293 or 213823. OLE color: 213823.

HSL color Cylindrical-coordinate representation of color #3F4303: hue angle of 63.75º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F4303 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.74.

Color convert

RGB 63 67 3 -
CMYK 0.06 0 0.96 0.74
HSL 63.75º 0.91% 0.14% -
HSV(B) 63.75º 0.96% 0.26% -
XYZ 4.07 5.08 0.85 -
YUV 58.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 63 67 3 0.06 0 0.96 0.74 63.75 0.91 0.14
Hex 3F 43 3 6 0 60 4A 40 5B E
Octal 77 103 3 6 0 140 112 100 133 16
Binary 111111 1000011 11 110 0 1100000 1001010 1000000 1011011 1110

Color Harmonies of #3F4303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4303

Black with #3F4303

Text Example


Text Example

White with #3F4303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,67,3); }

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

background-color css

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

 a { background-color: rgb(63,67,3); }

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

border-color css

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

 span { border-color: rgb(63,67,3); }

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