Html Css Color HEX #385E01 Verdun Green

📋 copy color: '#385E01'

red 56 ◦ green 94 ◦ blue 1

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

Shades of Verdun Green #385E01

Tints of Verdun Green #385E01

RGB

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

 GREEN value IS 94 (37.11% from 255) = 62.25%

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

R = 37.09%
G = 62.25%
B = 0.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#385E01 (or 0x385E01) is known color: Verdun Green. HEX triplet: 38, 5E and 01. RGB value is (56,94,1). Sum of RGB (Red+Green+Blue) = 56+94+1=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 94 (37.11% from 255 or 62.25% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 94 - color contains mainly: green. Hex color #385E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385E01 is #C7A1FE. Grayscale: #484848. Windows color (decimal): -13083135 or 89656. OLE color: 89656.

HSL color Cylindrical-coordinate representation of color #385E01: hue angle of 84.52º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #385E01 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB 56 94 1 -
CMYK 0.40 0 0.99 0.63
HSL 84.52º 0.98% 0.19% -
HSV(B) 84.52º 0.99% 0.37% -
XYZ 5.64 8.85 1.44 -
YUV 72.04 87.91 116.56 -
System Red Green Blue C M Y K H S L
Decimal 56 94 1 0.40 0 0.99 0.63 84.52 0.98 0.19
Hex 38 5E 1 28 0 63 3F 55 62 13
Octal 70 136 1 50 0 143 77 125 142 23
Binary 111000 1011110 1 101000 0 1100011 111111 1010101 1100010 10011

Color Harmonies of #385E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385E01

Black with #385E01

Text Example


Text Example

White with #385E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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