Html Css Color HEX #38510A Verdun Green

📋 copy color: '#38510A'

red 56 ◦ green 81 ◦ blue 10

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

Shades of Verdun Green #38510A

Tints of Verdun Green #38510A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.8%

R = 38.1%
G = 55.1%
B = 6.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#38510A (or 0x38510A) is known color: Verdun Green. HEX triplet: 38, 51 and 0A. RGB value is (56,81,10). Sum of RGB (Red+Green+Blue) = 56+81+10=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #38510A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38510A is #C7AEF5. Grayscale: #414141. Windows color (decimal): -13086454 or 676152. OLE color: 676152.

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

Color convert

RGB 56 81 10 -
CMYK 0.31 0 0.88 0.68
HSL 81.13º 0.78% 0.18% -
HSV(B) 81.13º 0.88% 0.32% -
XYZ 4.63 6.75 1.35 -
YUV 65.43 96.72 121.27 -
System Red Green Blue C M Y K H S L
Decimal 56 81 10 0.31 0 0.88 0.68 81.13 0.78 0.18
Hex 38 51 A 1F 0 58 44 51 4E 12
Octal 70 121 12 37 0 130 104 121 116 22
Binary 111000 1010001 1010 11111 0 1011000 1000100 1010001 1001110 10010

Color Harmonies of #38510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38510A

Black with #38510A

Text Example


Text Example

White with #38510A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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