Html Css Color HEX #386C02 Verdun Green

📋 copy color: '#386C02'

red 56 ◦ green 108 ◦ blue 2

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

Shades of Verdun Green #386C02

Tints of Verdun Green #386C02

RGB

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

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

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

R = 33.73%
G = 65.06%
B = 1.2%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#386C02 (or 0x386C02) is known color: Verdun Green. HEX triplet: 38, 6C and 02. RGB value is (56,108,2). Sum of RGB (Red+Green+Blue) = 56+108+2=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 108 (42.58% from 255 or 65.06% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 108 - color contains mainly: green. Hex color #386C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386C02 is #C793FD. Grayscale: #505050. Windows color (decimal): -13079550 or 158776. OLE color: 158776.

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

Color convert

RGB 56 108 2 -
CMYK 0.48 0 0.98 0.58
HSL 89.43º 0.96% 0.22% -
HSV(B) 89.43º 0.98% 0.42% -
XYZ 7 11.57 1.92 -
YUV 80.37 83.77 110.62 -
System Red Green Blue C M Y K H S L
Decimal 56 108 2 0.48 0 0.98 0.58 89.43 0.96 0.22
Hex 38 6C 2 30 0 62 3A 59 60 16
Octal 70 154 2 60 0 142 72 131 140 26
Binary 111000 1101100 10 110000 0 1100010 111010 1011001 1100000 10110

Color Harmonies of #386C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C02

Black with #386C02

Text Example


Text Example

White with #386C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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