Html Css Color HEX #44430D Verdun Green

📋 copy color: '#44430D'

red 68 ◦ green 67 ◦ blue 13

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

Shades of Verdun Green #44430D

Tints of Verdun Green #44430D

RGB

 RED value IS 68 (26.95% from 255) = 45.95%

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

 BLUE value IS 13 (5.47% from 255) = 8.78%

R = 45.95%
G = 45.27%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#44430D (or 0x44430D) is known color: Verdun Green. HEX triplet: 44, 43 and 0D. RGB value is (68,67,13). Sum of RGB (Red+Green+Blue) = 68+67+13=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #44430D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44430D is #BBBCF2. Grayscale: #3D3D3D. Windows color (decimal): -12303603 or 869188. OLE color: 869188.

HSL color Cylindrical-coordinate representation of color #44430D: hue angle of 58.91º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #44430D is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 67 13 -
CMYK 0 0.01 0.81 0.73
HSL 58.91º 0.68% 0.16% -
HSV(B) 58.91º 0.81% 0.27% -
XYZ 4.46 5.27 1.16 -
YUV 61.14 100.83 132.89 -
System Red Green Blue C M Y K H S L
Decimal 68 67 13 0 0.01 0.81 0.73 58.91 0.68 0.16
Hex 44 43 D 0 1 51 49 3B 44 10
Octal 104 103 15 0 1 121 111 73 104 20
Binary 1000100 1000011 1101 0 1 1010001 1001001 111011 1000100 10000

Color Harmonies of #44430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44430D

Black with #44430D

Text Example


Text Example

White with #44430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44430D; }

 p { color: rgb(68,67,13); }

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

background-color css

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

 a { background-color: rgb(68,67,13); }

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

border-color css

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

 span { border-color: rgb(68,67,13); }

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