Html Css Color HEX #385B10 Verdun Green

📋 copy color: '#385B10'

red 56 ◦ green 91 ◦ blue 16

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

Shades of Verdun Green #385B10

Tints of Verdun Green #385B10

RGB

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

 GREEN value IS 91 (35.94% from 255) = 55.83%

 BLUE value IS 16 (6.64% from 255) = 9.82%

R = 34.36%
G = 55.83%
B = 9.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#385B10 (or 0x385B10) is known color: Verdun Green. HEX triplet: 38, 5B and 10. RGB value is (56,91,16). Sum of RGB (Red+Green+Blue) = 56+91+16=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 91 (35.94% from 255 or 55.83% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 91 - color contains mainly: green. Hex color #385B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385B10 is #C7A4EF. Grayscale: #484848. Windows color (decimal): -13083888 or 1071928. OLE color: 1071928.

HSL color Cylindrical-coordinate representation of color #385B10: hue angle of 88º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #385B10 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 91 16 -
CMYK 0.38 0 0.82 0.64
HSL 88º 0.7% 0.21% -
HSV(B) 88º 0.82% 0.36% -
XYZ 5.47 8.36 1.82 -
YUV 71.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 56 91 16 0.38 0 0.82 0.64 88 0.7 0.21
Hex 38 5B 10 26 0 52 40 58 46 15
Octal 70 133 20 46 0 122 100 130 106 25
Binary 111000 1011011 10000 100110 0 1010010 1000000 1011000 1000110 10101

Color Harmonies of #385B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385B10

Black with #385B10

Text Example


Text Example

White with #385B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385B10; }

 p { color: rgb(56,91,16); }

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

background-color css

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

 a { background-color: rgb(56,91,16); }

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

border-color css

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

 span { border-color: rgb(56,91,16); }

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