Html Css Color HEX #385107 Verdun Green

📋 copy color: '#385107'

red 56 ◦ green 81 ◦ blue 7

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

Shades of Verdun Green #385107

Tints of Verdun Green #385107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.86%

R = 38.89%
G = 56.25%
B = 4.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#385107 (or 0x385107) is known color: Verdun Green. HEX triplet: 38, 51 and 07. RGB value is (56,81,7). Sum of RGB (Red+Green+Blue) = 56+81+7=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #385107 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385107 is #C7AEF8. Grayscale: #414141. Windows color (decimal): -13086457 or 479544. OLE color: 479544.

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

Color convert

RGB 56 81 7 -
CMYK 0.31 0 0.91 0.68
HSL 80.27º 0.84% 0.17% -
HSV(B) 80.27º 0.91% 0.32% -
XYZ 4.61 6.74 1.26 -
YUV 65.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 56 81 7 0.31 0 0.91 0.68 80.27 0.84 0.17
Hex 38 51 7 1F 0 5B 44 50 54 11
Octal 70 121 7 37 0 133 104 120 124 21
Binary 111000 1010001 111 11111 0 1011011 1000100 1010000 1010100 10001

Color Harmonies of #385107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385107

Black with #385107

Text Example


Text Example

White with #385107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385107; }

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

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

background-color css

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

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

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

border-color css

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

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

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