Html Css Color HEX #386907 Verdun Green

📋 copy color: '#386907'

red 56 ◦ green 105 ◦ blue 7

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

Shades of Verdun Green #386907

Tints of Verdun Green #386907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.17%

R = 33.33%
G = 62.5%
B = 4.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#386907 (or 0x386907) is known color: Verdun Green. HEX triplet: 38, 69 and 07. RGB value is (56,105,7). Sum of RGB (Red+Green+Blue) = 56+105+7=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 105 (41.41% from 255 or 62.5% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 105 - color contains mainly: green. Hex color #386907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386907 is #C796F8. Grayscale: #4F4F4F. Windows color (decimal): -13080313 or 485688. OLE color: 485688.

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

Color convert

RGB 56 105 7 -
CMYK 0.47 0 0.93 0.59
HSL 90º 0.88% 0.22% -
HSV(B) 90º 0.93% 0.41% -
XYZ 6.72 10.96 1.96 -
YUV 79.18 87.27 111.47 -
System Red Green Blue C M Y K H S L
Decimal 56 105 7 0.47 0 0.93 0.59 90 0.88 0.22
Hex 38 69 7 2F 0 5D 3B 5A 58 16
Octal 70 151 7 57 0 135 73 132 130 26
Binary 111000 1101001 111 101111 0 1011101 111011 1011010 1011000 10110

Color Harmonies of #386907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386907

Black with #386907

Text Example


Text Example

White with #386907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386907; }

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

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

background-color css

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

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

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

border-color css

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

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

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