Html Css Color HEX #386902 Verdun Green

📋 copy color: '#386902'

red 56 ◦ green 105 ◦ blue 2

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

Shades of Verdun Green #386902

Tints of Verdun Green #386902

RGB

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

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

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

R = 34.36%
G = 64.42%
B = 1.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#386902 (or 0x386902) is known color: Verdun Green. HEX triplet: 38, 69 and 02. RGB value is (56,105,2). Sum of RGB (Red+Green+Blue) = 56+105+2=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 105 (41.41% from 255 or 64.42% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 105 - color contains mainly: green. Hex color #386902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386902 is #C796FD. Grayscale: #4E4E4E. Windows color (decimal): -13080318 or 158008. OLE color: 158008.

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

Color convert

RGB 56 105 2 -
CMYK 0.47 0 0.98 0.59
HSL 88.54º 0.96% 0.21% -
HSV(B) 88.54º 0.98% 0.41% -
XYZ 6.69 10.95 1.82 -
YUV 78.61 84.77 111.88 -
System Red Green Blue C M Y K H S L
Decimal 56 105 2 0.47 0 0.98 0.59 88.54 0.96 0.21
Hex 38 69 2 2F 0 62 3B 59 60 15
Octal 70 151 2 57 0 142 73 131 140 25
Binary 111000 1101001 10 101111 0 1100010 111011 1011001 1100000 10101

Color Harmonies of #386902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386902

Black with #386902

Text Example


Text Example

White with #386902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386902; }

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

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

background-color css

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

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

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

border-color css

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

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

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