Html Css Color HEX #384C03 Verdun Green

📋 copy color: '#384C03'

red 56 ◦ green 76 ◦ blue 3

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

Shades of Verdun Green #384C03

Tints of Verdun Green #384C03

RGB

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

 GREEN value IS 76 (30.08% from 255) = 56.3%

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

R = 41.48%
G = 56.3%
B = 2.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.70

RGB Variations

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

Color information

#384C03 (or 0x384C03) is known color: Verdun Green. HEX triplet: 38, 4C and 03. RGB value is (56,76,3). Sum of RGB (Red+Green+Blue) = 56+76+3=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #384C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384C03 is #C7B3FC. Grayscale: #3D3D3D. Windows color (decimal): -13087741 or 216120. OLE color: 216120.

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

Color convert

RGB 56 76 3 -
CMYK 0.26 0 0.96 0.70
HSL 76.44º 0.92% 0.15% -
HSV(B) 76.44º 0.96% 0.3% -
XYZ 4.23 6.02 1.02 -
YUV 61.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 56 76 3 0.26 0 0.96 0.70 76.44 0.92 0.15
Hex 38 4C 3 1A 0 60 46 4C 5C F
Octal 70 114 3 32 0 140 106 114 134 17
Binary 111000 1001100 11 11010 0 1100000 1000110 1001100 1011100 1111

Color Harmonies of #384C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C03

Black with #384C03

Text Example


Text Example

White with #384C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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