Html Css Color HEX #384E01 Verdun Green

📋 copy color: '#384E01'

red 56 ◦ green 78 ◦ blue 1

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

Shades of Verdun Green #384E01

Tints of Verdun Green #384E01

RGB

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

 GREEN value IS 78 (30.86% from 255) = 57.78%

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

R = 41.48%
G = 57.78%
B = 0.74%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#384E01 (or 0x384E01) is known color: Verdun Green. HEX triplet: 38, 4E and 01. RGB value is (56,78,1). Sum of RGB (Red+Green+Blue) = 56+78+1=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 78 (30.86% from 255 or 57.78% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 78 - color contains mainly: green. Hex color #384E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384E01 is #C7B1FE. Grayscale: #3E3E3E. Windows color (decimal): -13087231 or 85560. OLE color: 85560.

HSL color Cylindrical-coordinate representation of color #384E01: hue angle of 77.14º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #384E01 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 78 1 -
CMYK 0.28 0 0.99 0.69
HSL 77.14º 0.97% 0.15% -
HSV(B) 77.14º 0.99% 0.31% -
XYZ 4.36 6.29 1.01 -
YUV 62.64 93.21 123.26 -
System Red Green Blue C M Y K H S L
Decimal 56 78 1 0.28 0 0.99 0.69 77.14 0.97 0.15
Hex 38 4E 1 1C 0 63 45 4D 61 F
Octal 70 116 1 34 0 143 105 115 141 17
Binary 111000 1001110 1 11100 0 1100011 1000101 1001101 1100001 1111

Color Harmonies of #384E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E01

Black with #384E01

Text Example


Text Example

White with #384E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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