Html Css Color HEX #38510D Verdun Green

📋 copy color: '#38510D'

red 56 ◦ green 81 ◦ blue 13

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

Shades of Verdun Green #38510D

Tints of Verdun Green #38510D

RGB

 RED value IS 56 (22.27% from 255) = 37.33%

 GREEN value IS 81 (32.03% from 255) = 54%

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

R = 37.33%
G = 54%
B = 8.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#38510D (or 0x38510D) is known color: Verdun Green. HEX triplet: 38, 51 and 0D. RGB value is (56,81,13). Sum of RGB (Red+Green+Blue) = 56+81+13=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 81 (32.03% from 255 or 54% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 81 - color contains mainly: green. Hex color #38510D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38510D is #C7AEF2. Grayscale: #424242. Windows color (decimal): -13086451 or 872760. OLE color: 872760.

HSL color Cylindrical-coordinate representation of color #38510D: hue angle of 82.06º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38510D is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 13 -
CMYK 0.31 0 0.84 0.68
HSL 82.06º 0.72% 0.18% -
HSV(B) 82.06º 0.84% 0.32% -
XYZ 4.65 6.75 1.44 -
YUV 65.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 56 81 13 0.31 0 0.84 0.68 82.06 0.72 0.18
Hex 38 51 D 1F 0 54 44 52 48 12
Octal 70 121 15 37 0 124 104 122 110 22
Binary 111000 1010001 1101 11111 0 1010100 1000100 1010010 1001000 10010

Color Harmonies of #38510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38510D

Black with #38510D

Text Example


Text Example

White with #38510D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,81,13); }

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

background-color css

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

 a { background-color: rgb(56,81,13); }

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

border-color css

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

 span { border-color: rgb(56,81,13); }

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