Html Css Color HEX #103328 Dark Green

📋 copy color: '#103328'

red 16 ◦ green 51 ◦ blue 40

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

Shades of Dark Green #103328

Tints of Dark Green #103328

RGB

 RED value IS 16 (6.64% from 255) = 14.95%

 GREEN value IS 51 (20.31% from 255) = 47.66%

 BLUE value IS 40 (16.02% from 255) = 37.38%

R = 14.95%
G = 47.66%
B = 37.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#103328 (or 0x103328) is known color: Dark Green. HEX triplet: 10, 33 and 28. RGB value is (16,51,40). Sum of RGB (Red+Green+Blue) = 16+51+40=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #103328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103328 is #EFCCD7. Grayscale: #272727. Windows color (decimal): -15715544 or 2634512. OLE color: 2634512.

HSL color Cylindrical-coordinate representation of color #103328: hue angle of 161.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #103328 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB 16 51 40 -
CMYK 0.69 0 0.22 0.8
HSL 161.14º 0.52% 0.13% -
HSV(B) 161.14º 0.69% 0.2% -
XYZ 1.78 2.63 2.42 -
YUV 39.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 16 51 40 0.69 0 0.22 0.8 161.14 0.52 0.13
Hex 10 33 28 45 0 16 50 A1 34 D
Octal 20 63 50 105 0 26 120 241 64 15
Binary 10000 110011 101000 1000101 0 10110 1010000 10100001 110100 1101

Color Harmonies of #103328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103328

Black with #103328

Text Example


Text Example

White with #103328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103328; }

 p { color: rgb(16,51,40); }

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

background-color css

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

 a { background-color: rgb(16,51,40); }

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

border-color css

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

 span { border-color: rgb(16,51,40); }

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