Html Css Color HEX #384D02 Verdun Green

📋 copy color: '#384D02'

red 56 ◦ green 77 ◦ blue 2

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

Shades of Verdun Green #384D02

Tints of Verdun Green #384D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.48%

R = 41.48%
G = 57.04%
B = 1.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#384D02 (or 0x384D02) is known color: Verdun Green. HEX triplet: 38, 4D and 02. RGB value is (56,77,2). Sum of RGB (Red+Green+Blue) = 56+77+2=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 77 (30.47% from 255 or 57.04% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 77 - color contains mainly: green. Hex color #384D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D02 is #C7B2FD. Grayscale: #3E3E3E. Windows color (decimal): -13087486 or 150840. OLE color: 150840.

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

Color convert

RGB 56 77 2 -
CMYK 0.27 0 0.97 0.70
HSL 76.8º 0.95% 0.15% -
HSV(B) 76.8º 0.97% 0.3% -
XYZ 4.3 6.15 1.02 -
YUV 62.17 94.04 123.6 -
System Red Green Blue C M Y K H S L
Decimal 56 77 2 0.27 0 0.97 0.70 76.8 0.95 0.15
Hex 38 4D 2 1B 0 61 46 4D 5F F
Octal 70 115 2 33 0 141 106 115 137 17
Binary 111000 1001101 10 11011 0 1100001 1000110 1001101 1011111 1111

Color Harmonies of #384D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D02

Black with #384D02

Text Example


Text Example

White with #384D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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