Html Css Color HEX #385202 Verdun Green

📋 copy color: '#385202'

red 56 ◦ green 82 ◦ blue 2

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

Shades of Verdun Green #385202

Tints of Verdun Green #385202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 58.57%

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

R = 40%
G = 58.57%
B = 1.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#385202 (or 0x385202) is known color: Verdun Green. HEX triplet: 38, 52 and 02. RGB value is (56,82,2). Sum of RGB (Red+Green+Blue) = 56+82+2=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #385202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385202 is #C7ADFD. Grayscale: #414141. Windows color (decimal): -13086206 or 152120. OLE color: 152120.

HSL color Cylindrical-coordinate representation of color #385202: hue angle of 79.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #385202 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 82 2 -
CMYK 0.32 0 0.98 0.68
HSL 79.5º 0.95% 0.16% -
HSV(B) 79.5º 0.98% 0.32% -
XYZ 4.66 6.88 1.14 -
YUV 65.11 92.39 121.5 -
System Red Green Blue C M Y K H S L
Decimal 56 82 2 0.32 0 0.98 0.68 79.5 0.95 0.16
Hex 38 52 2 20 0 62 44 50 5F 10
Octal 70 122 2 40 0 142 104 120 137 20
Binary 111000 1010010 10 100000 0 1100010 1000100 1010000 1011111 10000

Color Harmonies of #385202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385202

Black with #385202

Text Example


Text Example

White with #385202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385202; }

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

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

background-color css

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

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

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

border-color css

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

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

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