Html Css Color HEX #386901 Verdun Green

📋 copy color: '#386901'

red 56 ◦ green 105 ◦ blue 1

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

Shades of Verdun Green #386901

Tints of Verdun Green #386901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 64.81%

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

R = 34.57%
G = 64.81%
B = 0.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#386901 (or 0x386901) is known color: Verdun Green. HEX triplet: 38, 69 and 01. RGB value is (56,105,1). Sum of RGB (Red+Green+Blue) = 56+105+1=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 105 (41.41% from 255 or 64.81% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 105 - color contains mainly: green. Hex color #386901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386901 is #C796FE. Grayscale: #4E4E4E. Windows color (decimal): -13080319 or 92472. OLE color: 92472.

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

Color convert

RGB 56 105 1 -
CMYK 0.47 0 0.99 0.59
HSL 88.27º 0.98% 0.21% -
HSV(B) 88.27º 0.99% 0.41% -
XYZ 6.69 10.95 1.79 -
YUV 78.49 84.27 111.96 -
System Red Green Blue C M Y K H S L
Decimal 56 105 1 0.47 0 0.99 0.59 88.27 0.98 0.21
Hex 38 69 1 2F 0 63 3B 58 62 15
Octal 70 151 1 57 0 143 73 130 142 25
Binary 111000 1101001 1 101111 0 1100011 111011 1011000 1100010 10101

Color Harmonies of #386901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386901

Black with #386901

Text Example


Text Example

White with #386901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386901; }

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

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

background-color css

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

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

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

border-color css

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

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

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