Html Css Color HEX #386B04 Verdun Green

📋 copy color: '#386B04'

red 56 ◦ green 107 ◦ blue 4

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

Shades of Verdun Green #386B04

Tints of Verdun Green #386B04

RGB

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

 GREEN value IS 107 (42.19% from 255) = 64.07%

 BLUE value IS 4 (1.95% from 255) = 2.4%

R = 33.53%
G = 64.07%
B = 2.4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#386B04 (or 0x386B04) is known color: Verdun Green. HEX triplet: 38, 6B and 04. RGB value is (56,107,4). Sum of RGB (Red+Green+Blue) = 56+107+4=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 107 (42.19% from 255 or 64.07% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 107 - color contains mainly: green. Hex color #386B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386B04 is #C794FB. Grayscale: #505050. Windows color (decimal): -13079804 or 289592. OLE color: 289592.

HSL color Cylindrical-coordinate representation of color #386B04: hue angle of 89.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #386B04 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 107 4 -
CMYK 0.48 0 0.96 0.58
HSL 89.71º 0.93% 0.22% -
HSV(B) 89.71º 0.96% 0.42% -
XYZ 6.91 11.36 1.94 -
YUV 80.01 85.1 110.88 -
System Red Green Blue C M Y K H S L
Decimal 56 107 4 0.48 0 0.96 0.58 89.71 0.93 0.22
Hex 38 6B 4 30 0 60 3A 5A 5D 16
Octal 70 153 4 60 0 140 72 132 135 26
Binary 111000 1101011 100 110000 0 1100000 111010 1011010 1011101 10110

Color Harmonies of #386B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B04

Black with #386B04

Text Example


Text Example

White with #386B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386B04; }

 p { color: rgb(56,107,4); }

 H1.HeaderClassName
 {
   color: #386B04;
 }
 .AnyTagClassName
 {
   color: #386B04;
 }
</style>

background-color css

<style>
 a { background-color: #386B04; }

 a { background-color: rgb(56,107,4); }

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

border-color css

<style>
 span { border-color: #386B04; }

 span { border-color: rgb(56,107,4); }

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