Html Css Color HEX #38510B Verdun Green

📋 copy color: '#38510B'

red 56 ◦ green 81 ◦ blue 11

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

Shades of Verdun Green #38510B

Tints of Verdun Green #38510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.43%

R = 37.84%
G = 54.73%
B = 7.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#38510B (or 0x38510B) is known color: Verdun Green. HEX triplet: 38, 51 and 0B. RGB value is (56,81,11). Sum of RGB (Red+Green+Blue) = 56+81+11=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #38510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38510B is #C7AEF4. Grayscale: #414141. Windows color (decimal): -13086453 or 741688. OLE color: 741688.

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

Color convert

RGB 56 81 11 -
CMYK 0.31 0 0.86 0.68
HSL 81.43º 0.76% 0.18% -
HSV(B) 81.43º 0.86% 0.32% -
XYZ 4.63 6.75 1.38 -
YUV 65.55 97.22 121.19 -
System Red Green Blue C M Y K H S L
Decimal 56 81 11 0.31 0 0.86 0.68 81.43 0.76 0.18
Hex 38 51 B 1F 0 56 44 51 4C 12
Octal 70 121 13 37 0 126 104 121 114 22
Binary 111000 1010001 1011 11111 0 1010110 1000100 1010001 1001100 10010

Color Harmonies of #38510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38510B

Black with #38510B

Text Example


Text Example

White with #38510B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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