Html Css Color HEX #386702 Verdun Green

📋 copy color: '#386702'

red 56 ◦ green 103 ◦ blue 2

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

Shades of Verdun Green #386702

Tints of Verdun Green #386702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 63.98%

 BLUE value IS 2 (1.17% from 255) = 1.24%

R = 34.78%
G = 63.98%
B = 1.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#386702 (or 0x386702) is known color: Verdun Green. HEX triplet: 38, 67 and 02. RGB value is (56,103,2). Sum of RGB (Red+Green+Blue) = 56+103+2=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 103 (40.62% from 255 or 63.98% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 103 - color contains mainly: green. Hex color #386702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386702 is #C798FD. Grayscale: #4D4D4D. Windows color (decimal): -13080830 or 157496. OLE color: 157496.

HSL color Cylindrical-coordinate representation of color #386702: hue angle of 87.92º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #386702 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 103 2 -
CMYK 0.46 0 0.98 0.60
HSL 87.92º 0.96% 0.21% -
HSV(B) 87.92º 0.98% 0.4% -
XYZ 6.49 10.55 1.75 -
YUV 77.43 85.43 112.71 -
System Red Green Blue C M Y K H S L
Decimal 56 103 2 0.46 0 0.98 0.60 87.92 0.96 0.21
Hex 38 67 2 2E 0 62 3C 58 60 15
Octal 70 147 2 56 0 142 74 130 140 25
Binary 111000 1100111 10 101110 0 1100010 111100 1011000 1100000 10101

Color Harmonies of #386702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386702

Black with #386702

Text Example


Text Example

White with #386702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386702; }

 p { color: rgb(56,103,2); }

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

background-color css

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

 a { background-color: rgb(56,103,2); }

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

border-color css

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

 span { border-color: rgb(56,103,2); }

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