Html Css Color HEX #384D03 Verdun Green

📋 copy color: '#384D03'

red 56 ◦ green 77 ◦ blue 3

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

Shades of Verdun Green #384D03

Tints of Verdun Green #384D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.21%

R = 41.18%
G = 56.62%
B = 2.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#384D03 (or 0x384D03) is known color: Verdun Green. HEX triplet: 38, 4D and 03. RGB value is (56,77,3). Sum of RGB (Red+Green+Blue) = 56+77+3=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 77 (30.47% from 255 or 56.62% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 77 - color contains mainly: green. Hex color #384D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D03 is #C7B2FC. Grayscale: #3E3E3E. Windows color (decimal): -13087485 or 216376. OLE color: 216376.

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

Color convert

RGB 56 77 3 -
CMYK 0.27 0 0.96 0.70
HSL 77.03º 0.93% 0.16% -
HSV(B) 77.03º 0.96% 0.3% -
XYZ 4.3 6.16 1.05 -
YUV 62.29 94.54 123.52 -
System Red Green Blue C M Y K H S L
Decimal 56 77 3 0.27 0 0.96 0.70 77.03 0.93 0.16
Hex 38 4D 3 1B 0 60 46 4D 5C 10
Octal 70 115 3 33 0 140 106 115 134 20
Binary 111000 1001101 11 11011 0 1100000 1000110 1001101 1011100 10000

Color Harmonies of #384D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D03

Black with #384D03

Text Example


Text Example

White with #384D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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