Html Css Color HEX #3B6309 Verdun Green

📋 copy color: '#3B6309'

red 59 ◦ green 99 ◦ blue 9

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

Shades of Verdun Green #3B6309

Tints of Verdun Green #3B6309

RGB

 RED value IS 59 (23.44% from 255) = 35.33%

 GREEN value IS 99 (39.06% from 255) = 59.28%

 BLUE value IS 9 (3.91% from 255) = 5.39%

R = 35.33%
G = 59.28%
B = 5.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#3B6309 (or 0x3B6309) is known color: Verdun Green. HEX triplet: 3B, 63 and 09. RGB value is (59,99,9). Sum of RGB (Red+Green+Blue) = 59+99+9=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 9 (3.91% from 255 or 5.39% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6309 is #C49CF6. Grayscale: #4D4D4D. Windows color (decimal): -12885239 or 615227. OLE color: 615227.

HSL color Cylindrical-coordinate representation of color #3B6309: hue angle of 86.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B6309 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 59 99 9 -
CMYK 0.40 0 0.91 0.61
HSL 86.67º 0.83% 0.21% -
HSV(B) 86.67º 0.91% 0.39% -
XYZ 6.31 9.87 1.83 -
YUV 76.78 89.75 115.32 -
System Red Green Blue C M Y K H S L
Decimal 59 99 9 0.40 0 0.91 0.61 86.67 0.83 0.21
Hex 3B 63 9 28 0 5B 3D 57 53 15
Octal 73 143 11 50 0 133 75 127 123 25
Binary 111011 1100011 1001 101000 0 1011011 111101 1010111 1010011 10101

Color Harmonies of #3B6309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6309

Black with #3B6309

Text Example


Text Example

White with #3B6309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,99,9); }

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

background-color css

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

 a { background-color: rgb(59,99,9); }

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

border-color css

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

 span { border-color: rgb(59,99,9); }

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