Html Css Color HEX #385303 Verdun Green

📋 copy color: '#385303'

red 56 ◦ green 83 ◦ blue 3

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

Shades of Verdun Green #385303

Tints of Verdun Green #385303

RGB

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

 GREEN value IS 83 (32.81% from 255) = 58.45%

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

R = 39.44%
G = 58.45%
B = 2.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#385303 (or 0x385303) is known color: Verdun Green. HEX triplet: 38, 53 and 03. RGB value is (56,83,3). Sum of RGB (Red+Green+Blue) = 56+83+3=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #385303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385303 is #C7ACFC. Grayscale: #424242. Windows color (decimal): -13085949 or 217912. OLE color: 217912.

HSL color Cylindrical-coordinate representation of color #385303: hue angle of 80.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #385303 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 83 3 -
CMYK 0.33 0 0.96 0.67
HSL 80.25º 0.93% 0.17% -
HSV(B) 80.25º 0.96% 0.33% -
XYZ 4.74 7.03 1.19 -
YUV 65.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 56 83 3 0.33 0 0.96 0.67 80.25 0.93 0.17
Hex 38 53 3 21 0 60 43 50 5D 11
Octal 70 123 3 41 0 140 103 120 135 21
Binary 111000 1010011 11 100001 0 1100000 1000011 1010000 1011101 10001

Color Harmonies of #385303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385303

Black with #385303

Text Example


Text Example

White with #385303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385303; }

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

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

background-color css

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

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

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

border-color css

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

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

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