Html Css Color HEX #384D04 Verdun Green

📋 copy color: '#384D04'

red 56 ◦ green 77 ◦ blue 4

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

Shades of Verdun Green #384D04

Tints of Verdun Green #384D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 56.2%

 BLUE value IS 4 (1.95% from 255) = 2.92%

R = 40.88%
G = 56.2%
B = 2.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#384D04 (or 0x384D04) is known color: Verdun Green. HEX triplet: 38, 4D and 04. RGB value is (56,77,4). Sum of RGB (Red+Green+Blue) = 56+77+4=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 77 (30.47% from 255 or 56.20% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 77 - color contains mainly: green. Hex color #384D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D04 is #C7B2FB. Grayscale: #3E3E3E. Windows color (decimal): -13087484 or 281912. OLE color: 281912.

HSL color Cylindrical-coordinate representation of color #384D04: hue angle of 77.26º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #384D04 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 77 4 -
CMYK 0.27 0 0.95 0.70
HSL 77.26º 0.9% 0.16% -
HSV(B) 77.26º 0.95% 0.3% -
XYZ 4.31 6.16 1.08 -
YUV 62.4 95.04 123.44 -
System Red Green Blue C M Y K H S L
Decimal 56 77 4 0.27 0 0.95 0.70 77.26 0.9 0.16
Hex 38 4D 4 1B 0 5F 46 4D 5A 10
Octal 70 115 4 33 0 137 106 115 132 20
Binary 111000 1001101 100 11011 0 1011111 1000110 1001101 1011010 10000

Color Harmonies of #384D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D04

Black with #384D04

Text Example


Text Example

White with #384D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,77,4); }

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

background-color css

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

 a { background-color: rgb(56,77,4); }

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

border-color css

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

 span { border-color: rgb(56,77,4); }

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