Html Css Color HEX #385001 Verdun Green

📋 copy color: '#385001'

red 56 ◦ green 80 ◦ blue 1

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

Shades of Verdun Green #385001

Tints of Verdun Green #385001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 58.39%

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 40.88%
G = 58.39%
B = 0.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#385001 (or 0x385001) is known color: Verdun Green. HEX triplet: 38, 50 and 01. RGB value is (56,80,1). Sum of RGB (Red+Green+Blue) = 56+80+1=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #385001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385001 is #C7AFFE. Grayscale: #404040. Windows color (decimal): -13086719 or 86072. OLE color: 86072.

HSL color Cylindrical-coordinate representation of color #385001: hue angle of 78.23º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #385001 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 1 -
CMYK 0.30 0 0.99 0.69
HSL 78.23º 0.98% 0.16% -
HSV(B) 78.23º 0.99% 0.31% -
XYZ 4.51 6.58 1.06 -
YUV 63.82 92.55 122.42 -
System Red Green Blue C M Y K H S L
Decimal 56 80 1 0.30 0 0.99 0.69 78.23 0.98 0.16
Hex 38 50 1 1E 0 63 45 4E 62 10
Octal 70 120 1 36 0 143 105 116 142 20
Binary 111000 1010000 1 11110 0 1100011 1000101 1001110 1100010 10000

Color Harmonies of #385001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385001

Black with #385001

Text Example


Text Example

White with #385001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385001; }

 p { color: rgb(56,80,1); }

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

background-color css

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

 a { background-color: rgb(56,80,1); }

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

border-color css

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

 span { border-color: rgb(56,80,1); }

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