Html Css Color HEX #384E00 Verdun Green

📋 copy color: '#384E00'

red 56 ◦ green 78 ◦ blue 0

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

Shades of Verdun Green #384E00

Tints of Verdun Green #384E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.79%
G = 58.21%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#384E00 (or 0x384E00) is known color: Verdun Green. HEX triplet: 38, 4E and 00. RGB value is (56,78,0). Sum of RGB (Red+Green+Blue) = 56+78+0=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 78 (30.86% from 255 or 58.21% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 78 - color contains mainly: green. Hex color #384E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384E00 is #C7B1FF. Grayscale: #3E3E3E. Windows color (decimal): -13087232 or 20024. OLE color: 20024.

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

Color convert

RGB 56 78 0 -
CMYK 0.28 0 1 0.69
HSL 76.92º 1% 0.15% -
HSV(B) 76.92º 1% 0.31% -
XYZ 4.36 6.29 0.98 -
YUV 62.53 92.71 123.34 -
System Red Green Blue C M Y K H S L
Decimal 56 78 0 0.28 0 1 0.69 76.92 1 0.15
Hex 38 4E 0 1C 0 64 45 4D 64 F
Octal 70 116 0 34 0 144 105 115 144 17
Binary 111000 1001110 0 11100 0 1100100 1000101 1001101 1100100 1111

Color Harmonies of #384E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E00

Black with #384E00

Text Example


Text Example

White with #384E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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