Html Css Color HEX #386A06 Verdun Green

📋 copy color: '#386A06'

red 56 ◦ green 106 ◦ blue 6

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

Shades of Verdun Green #386A06

Tints of Verdun Green #386A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.57%

R = 33.33%
G = 63.1%
B = 3.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#386A06 (or 0x386A06) is known color: Verdun Green. HEX triplet: 38, 6A and 06. RGB value is (56,106,6). Sum of RGB (Red+Green+Blue) = 56+106+6=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 106 (41.80% from 255 or 63.10% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 106 - color contains mainly: green. Hex color #386A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386A06 is #C795F9. Grayscale: #505050. Windows color (decimal): -13080058 or 420408. OLE color: 420408.

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

Color convert

RGB 56 106 6 -
CMYK 0.47 0 0.94 0.58
HSL 90º 0.89% 0.22% -
HSV(B) 90º 0.94% 0.42% -
XYZ 6.82 11.16 1.97 -
YUV 79.65 86.44 111.13 -
System Red Green Blue C M Y K H S L
Decimal 56 106 6 0.47 0 0.94 0.58 90 0.89 0.22
Hex 38 6A 6 2F 0 5E 3A 5A 59 16
Octal 70 152 6 57 0 136 72 132 131 26
Binary 111000 1101010 110 101111 0 1011110 111010 1011010 1011001 10110

Color Harmonies of #386A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A06

Black with #386A06

Text Example


Text Example

White with #386A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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