Html Css Color HEX #385003 Verdun Green

📋 copy color: '#385003'

red 56 ◦ green 80 ◦ blue 3

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

Shades of Verdun Green #385003

Tints of Verdun Green #385003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 57.55%

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

R = 40.29%
G = 57.55%
B = 2.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#385003 (or 0x385003) is known color: Verdun Green. HEX triplet: 38, 50 and 03. RGB value is (56,80,3). Sum of RGB (Red+Green+Blue) = 56+80+3=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #385003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385003 is #C7AFFC. Grayscale: #404040. Windows color (decimal): -13086717 or 217144. OLE color: 217144.

HSL color Cylindrical-coordinate representation of color #385003: hue angle of 78.7º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #385003 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 3 -
CMYK 0.30 0 0.96 0.69
HSL 78.7º 0.93% 0.16% -
HSV(B) 78.7º 0.96% 0.31% -
XYZ 4.52 6.58 1.12 -
YUV 64.05 93.55 122.26 -
System Red Green Blue C M Y K H S L
Decimal 56 80 3 0.30 0 0.96 0.69 78.7 0.93 0.16
Hex 38 50 3 1E 0 60 45 4F 5D 10
Octal 70 120 3 36 0 140 105 117 135 20
Binary 111000 1010000 11 11110 0 1100000 1000101 1001111 1011101 10000

Color Harmonies of #385003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385003

Black with #385003

Text Example


Text Example

White with #385003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385003; }

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

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

background-color css

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

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

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

border-color css

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

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

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