Html Css Color HEX #386900 Verdun Green

📋 copy color: '#386900'

red 56 ◦ green 105 ◦ blue 0

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

Shades of Verdun Green #386900

Tints of Verdun Green #386900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.78%
G = 65.22%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#386900 (or 0x386900) is known color: Verdun Green. HEX triplet: 38, 69 and 00. RGB value is (56,105,0). Sum of RGB (Red+Green+Blue) = 56+105+0=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 105 (41.41% from 255 or 65.22% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 105 - color contains mainly: green. Hex color #386900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386900 is #C796FF. Grayscale: #4E4E4E. Windows color (decimal): -13080320 or 26936. OLE color: 26936.

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

Color convert

RGB 56 105 0 -
CMYK 0.47 0 1 0.59
HSL 88º 1% 0.21% -
HSV(B) 88º 1% 0.41% -
XYZ 6.68 10.94 1.76 -
YUV 78.38 83.77 112.04 -
System Red Green Blue C M Y K H S L
Decimal 56 105 0 0.47 0 1 0.59 88 1 0.21
Hex 38 69 0 2F 0 64 3B 58 64 15
Octal 70 151 0 57 0 144 73 130 144 25
Binary 111000 1101001 0 101111 0 1100100 111011 1011000 1100100 10101

Color Harmonies of #386900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386900

Black with #386900

Text Example


Text Example

White with #386900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386900; }

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

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

background-color css

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

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

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

border-color css

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

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

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