Html Css Color HEX #386208 Verdun Green

📋 copy color: '#386208'

red 56 ◦ green 98 ◦ blue 8

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

Shades of Verdun Green #386208

Tints of Verdun Green #386208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 60.49%

 BLUE value IS 8 (3.52% from 255) = 4.94%

R = 34.57%
G = 60.49%
B = 4.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#386208 (or 0x386208) is known color: Verdun Green. HEX triplet: 38, 62 and 08. RGB value is (56,98,8). Sum of RGB (Red+Green+Blue) = 56+98+8=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #386208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386208 is #C79DF7. Grayscale: #4B4B4B. Windows color (decimal): -13082104 or 549432. OLE color: 549432.

HSL color Cylindrical-coordinate representation of color #386208: hue angle of 88º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #386208 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 8 -
CMYK 0.43 0 0.92 0.62
HSL 88º 0.85% 0.21% -
HSV(B) 88º 0.92% 0.38% -
XYZ 6.04 9.59 1.76 -
YUV 75.18 90.09 114.32 -
System Red Green Blue C M Y K H S L
Decimal 56 98 8 0.43 0 0.92 0.62 88 0.85 0.21
Hex 38 62 8 2B 0 5C 3E 58 55 15
Octal 70 142 10 53 0 134 76 130 125 25
Binary 111000 1100010 1000 101011 0 1011100 111110 1011000 1010101 10101

Color Harmonies of #386208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386208

Black with #386208

Text Example


Text Example

White with #386208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386208; }

 p { color: rgb(56,98,8); }

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

background-color css

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

 a { background-color: rgb(56,98,8); }

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

border-color css

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

 span { border-color: rgb(56,98,8); }

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