Html Css Color HEX #386B01 Verdun Green

📋 copy color: '#386B01'

red 56 ◦ green 107 ◦ blue 1

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

Shades of Verdun Green #386B01

Tints of Verdun Green #386B01

RGB

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

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

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

R = 34.15%
G = 65.24%
B = 0.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#386B01 (or 0x386B01) is known color: Verdun Green. HEX triplet: 38, 6B and 01. RGB value is (56,107,1). Sum of RGB (Red+Green+Blue) = 56+107+1=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 107 (42.19% from 255 or 65.24% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 107 - color contains mainly: green. Hex color #386B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386B01 is #C794FE. Grayscale: #505050. Windows color (decimal): -13079807 or 92984. OLE color: 92984.

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

Color convert

RGB 56 107 1 -
CMYK 0.48 0 0.99 0.58
HSL 88.87º 0.98% 0.21% -
HSV(B) 88.87º 0.99% 0.42% -
XYZ 6.89 11.36 1.86 -
YUV 79.67 83.6 111.12 -
System Red Green Blue C M Y K H S L
Decimal 56 107 1 0.48 0 0.99 0.58 88.87 0.98 0.21
Hex 38 6B 1 30 0 63 3A 59 62 15
Octal 70 153 1 60 0 143 72 131 142 25
Binary 111000 1101011 1 110000 0 1100011 111010 1011001 1100010 10101

Color Harmonies of #386B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B01

Black with #386B01

Text Example


Text Example

White with #386B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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