Html Css Color HEX #426307 Verdun Green

📋 copy color: '#426307'

red 66 ◦ green 99 ◦ blue 7

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

Shades of Verdun Green #426307

Tints of Verdun Green #426307

RGB

 RED value IS 66 (26.17% from 255) = 38.37%

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

 BLUE value IS 7 (3.13% from 255) = 4.07%

R = 38.37%
G = 57.56%
B = 4.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.61

RGB Variations

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

Color information

#426307 (or 0x426307) is known color: Verdun Green. HEX triplet: 42, 63 and 07. RGB value is (66,99,7). Sum of RGB (Red+Green+Blue) = 66+99+7=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #426307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426307 is #BD9CF8. Grayscale: #4E4E4E. Windows color (decimal): -12426489 or 484162. OLE color: 484162.

HSL color Cylindrical-coordinate representation of color #426307: hue angle of 81.52º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #426307 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 99 7 -
CMYK 0.33 0 0.93 0.61
HSL 81.52º 0.87% 0.21% -
HSV(B) 81.52º 0.93% 0.39% -
XYZ 6.75 10.1 1.79 -
YUV 78.65 87.57 118.98 -
System Red Green Blue C M Y K H S L
Decimal 66 99 7 0.33 0 0.93 0.61 81.52 0.87 0.21
Hex 42 63 7 21 0 5D 3D 52 57 15
Octal 102 143 7 41 0 135 75 122 127 25
Binary 1000010 1100011 111 100001 0 1011101 111101 1010010 1010111 10101

Color Harmonies of #426307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426307

Black with #426307

Text Example


Text Example

White with #426307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426307; }

 p { color: rgb(66,99,7); }

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

background-color css

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

 a { background-color: rgb(66,99,7); }

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

border-color css

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

 span { border-color: rgb(66,99,7); }

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