Html Css Color HEX #384E09 Verdun Green

📋 copy color: '#384E09'

red 56 ◦ green 78 ◦ blue 9

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

Shades of Verdun Green #384E09

Tints of Verdun Green #384E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.29%

R = 39.16%
G = 54.55%
B = 6.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.69

RGB Variations

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

Color information

#384E09 (or 0x384E09) is known color: Verdun Green. HEX triplet: 38, 4E and 09. RGB value is (56,78,9). Sum of RGB (Red+Green+Blue) = 56+78+9=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #384E09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384E09 is #C7B1F6. Grayscale: #3F3F3F. Windows color (decimal): -13087223 or 609848. OLE color: 609848.

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

Color convert

RGB 56 78 9 -
CMYK 0.28 0 0.88 0.69
HSL 79.13º 0.79% 0.17% -
HSV(B) 79.13º 0.88% 0.31% -
XYZ 4.4 6.31 1.24 -
YUV 63.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 56 78 9 0.28 0 0.88 0.69 79.13 0.79 0.17
Hex 38 4E 9 1C 0 58 45 4F 4F 11
Octal 70 116 11 34 0 130 105 117 117 21
Binary 111000 1001110 1001 11100 0 1011000 1000101 1001111 1001111 10001

Color Harmonies of #384E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E09

Black with #384E09

Text Example


Text Example

White with #384E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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