Html Css Color HEX #384E02 Verdun Green

📋 copy color: '#384E02'

red 56 ◦ green 78 ◦ blue 2

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

Shades of Verdun Green #384E02

Tints of Verdun Green #384E02

RGB

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

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

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

R = 41.18%
G = 57.35%
B = 1.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#384E02 (or 0x384E02) is known color: Verdun Green. HEX triplet: 38, 4E and 02. RGB value is (56,78,2). Sum of RGB (Red+Green+Blue) = 56+78+2=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 78 (30.86% from 255 or 57.35% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 78 - color contains mainly: green. Hex color #384E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384E02 is #C7B1FD. Grayscale: #3F3F3F. Windows color (decimal): -13087230 or 151096. OLE color: 151096.

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

Color convert

RGB 56 78 2 -
CMYK 0.28 0 0.97 0.69
HSL 77.37º 0.95% 0.16% -
HSV(B) 77.37º 0.97% 0.31% -
XYZ 4.37 6.29 1.04 -
YUV 62.76 93.71 123.18 -
System Red Green Blue C M Y K H S L
Decimal 56 78 2 0.28 0 0.97 0.69 77.37 0.95 0.16
Hex 38 4E 2 1C 0 61 45 4D 5F 10
Octal 70 116 2 34 0 141 105 115 137 20
Binary 111000 1001110 10 11100 0 1100001 1000101 1001101 1011111 10000

Color Harmonies of #384E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E02

Black with #384E02

Text Example


Text Example

White with #384E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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