Html Css Color HEX #385114 Verdun Green

📋 copy color: '#385114'

red 56 ◦ green 81 ◦ blue 20

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

Shades of Verdun Green #385114

Tints of Verdun Green #385114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.74%

R = 35.67%
G = 51.59%
B = 12.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#385114 (or 0x385114) is known color: Verdun Green. HEX triplet: 38, 51 and 14. RGB value is (56,81,20). Sum of RGB (Red+Green+Blue) = 56+81+20=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #385114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385114 is #C7AEEB. Grayscale: #424242. Windows color (decimal): -13086444 or 1331512. OLE color: 1331512.

HSL color Cylindrical-coordinate representation of color #385114: hue angle of 84.59º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #385114 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 20 -
CMYK 0.31 0 0.75 0.68
HSL 84.59º 0.6% 0.2% -
HSV(B) 84.59º 0.75% 0.32% -
XYZ 4.7 6.78 1.72 -
YUV 66.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 56 81 20 0.31 0 0.75 0.68 84.59 0.6 0.2
Hex 38 51 14 1F 0 4B 44 55 3C 14
Octal 70 121 24 37 0 113 104 125 74 24
Binary 111000 1010001 10100 11111 0 1001011 1000100 1010101 111100 10100

Color Harmonies of #385114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385114

Black with #385114

Text Example


Text Example

White with #385114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385114; }

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

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

background-color css

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

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

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

border-color css

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

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

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