Html Css Color HEX #386C03 Verdun Green

📋 copy color: '#386C03'

red 56 ◦ green 108 ◦ blue 3

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

Shades of Verdun Green #386C03

Tints of Verdun Green #386C03

RGB

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

 GREEN value IS 108 (42.58% from 255) = 64.67%

 BLUE value IS 3 (1.56% from 255) = 1.8%

R = 33.53%
G = 64.67%
B = 1.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#386C03 (or 0x386C03) is known color: Verdun Green. HEX triplet: 38, 6C and 03. RGB value is (56,108,3). Sum of RGB (Red+Green+Blue) = 56+108+3=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 108 (42.58% from 255 or 64.67% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 108 - color contains mainly: green. Hex color #386C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386C03 is #C793FC. Grayscale: #505050. Windows color (decimal): -13079549 or 224312. OLE color: 224312.

HSL color Cylindrical-coordinate representation of color #386C03: hue angle of 89.71º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #386C03 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 108 3 -
CMYK 0.48 0 0.97 0.58
HSL 89.71º 0.95% 0.22% -
HSV(B) 89.71º 0.97% 0.42% -
XYZ 7.01 11.57 1.95 -
YUV 80.48 84.27 110.54 -
System Red Green Blue C M Y K H S L
Decimal 56 108 3 0.48 0 0.97 0.58 89.71 0.95 0.22
Hex 38 6C 3 30 0 61 3A 5A 5F 16
Octal 70 154 3 60 0 141 72 132 137 26
Binary 111000 1101100 11 110000 0 1100001 111010 1011010 1011111 10110

Color Harmonies of #386C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C03

Black with #386C03

Text Example


Text Example

White with #386C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386C03; }

 p { color: rgb(56,108,3); }

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

background-color css

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

 a { background-color: rgb(56,108,3); }

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

border-color css

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

 span { border-color: rgb(56,108,3); }

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