Html Css Color HEX #386A01 Verdun Green

📋 copy color: '#386A01'

red 56 ◦ green 106 ◦ blue 1

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

Shades of Verdun Green #386A01

Tints of Verdun Green #386A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 34.36%
G = 65.03%
B = 0.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#386A01 (or 0x386A01) is known color: Verdun Green. HEX triplet: 38, 6A and 01. RGB value is (56,106,1). Sum of RGB (Red+Green+Blue) = 56+106+1=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 106 (41.80% from 255 or 65.03% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 106 - color contains mainly: green. Hex color #386A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386A01 is #C795FE. Grayscale: #4F4F4F. Windows color (decimal): -13080063 or 92728. OLE color: 92728.

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

Color convert

RGB 56 106 1 -
CMYK 0.47 0 0.99 0.58
HSL 88.57º 0.98% 0.21% -
HSV(B) 88.57º 0.99% 0.42% -
XYZ 6.79 11.15 1.82 -
YUV 79.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 56 106 1 0.47 0 0.99 0.58 88.57 0.98 0.21
Hex 38 6A 1 2F 0 63 3A 59 62 15
Octal 70 152 1 57 0 143 72 131 142 25
Binary 111000 1101010 1 101111 0 1100011 111010 1011001 1100010 10101

Color Harmonies of #386A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A01

Black with #386A01

Text Example


Text Example

White with #386A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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