Html Css Color HEX #386A04 Verdun Green

📋 copy color: '#386A04'

red 56 ◦ green 106 ◦ blue 4

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

Shades of Verdun Green #386A04

Tints of Verdun Green #386A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 63.86%

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

R = 33.73%
G = 63.86%
B = 2.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#386A04 (or 0x386A04) is known color: Verdun Green. HEX triplet: 38, 6A and 04. RGB value is (56,106,4). Sum of RGB (Red+Green+Blue) = 56+106+4=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 106 (41.80% from 255 or 63.86% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 106 - color contains mainly: green. Hex color #386A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386A04 is #C795FB. Grayscale: #4F4F4F. Windows color (decimal): -13080060 or 289336. OLE color: 289336.

HSL color Cylindrical-coordinate representation of color #386A04: hue angle of 89.41º 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 #386A04 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 106 4 -
CMYK 0.47 0 0.96 0.58
HSL 89.41º 0.93% 0.22% -
HSV(B) 89.41º 0.96% 0.42% -
XYZ 6.81 11.16 1.91 -
YUV 79.42 85.44 111.29 -
System Red Green Blue C M Y K H S L
Decimal 56 106 4 0.47 0 0.96 0.58 89.41 0.93 0.22
Hex 38 6A 4 2F 0 60 3A 59 5D 16
Octal 70 152 4 57 0 140 72 131 135 26
Binary 111000 1101010 100 101111 0 1100000 111010 1011001 1011101 10110

Color Harmonies of #386A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A04

Black with #386A04

Text Example


Text Example

White with #386A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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