Html Css Color HEX #43604C Feldgrau

📋 copy color: '#43604C'

red 67 ◦ green 96 ◦ blue 76

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

Shades of Feldgrau #43604C

Tints of Feldgrau #43604C

RGB

 RED value IS 67 (26.56% from 255) = 28.03%

 GREEN value IS 96 (37.89% from 255) = 40.17%

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 28.03%
G = 40.17%
B = 31.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#43604C (or 0x43604C) is known color: Feldgrau. HEX triplet: 43, 60 and 4C. RGB value is (67,96,76). Sum of RGB (Red+Green+Blue) = 67+96+76=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #43604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43604C is #BC9FB3. Grayscale: #555555. Windows color (decimal): -12361652 or 5005379. OLE color: 5005379.

HSL color Cylindrical-coordinate representation of color #43604C: hue angle of 138.62º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #43604C is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 96 76 -
CMYK 0.30 0 0.21 0.62
HSL 138.62º 0.18% 0.32% -
HSV(B) 138.62º 0.3% 0.38% -
XYZ 7.8 10.08 8.37 -
YUV 85.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 67 96 76 0.30 0 0.21 0.62 138.62 0.18 0.32
Hex 43 60 4C 1E 0 15 3E 8B 12 20
Octal 103 140 114 36 0 25 76 213 22 40
Binary 1000011 1100000 1001100 11110 0 10101 111110 10001011 10010 100000

Color Harmonies of #43604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43604C

Black with #43604C

Text Example


Text Example

White with #43604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43604C; }

 p { color: rgb(67,96,76); }

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

background-color css

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

 a { background-color: rgb(67,96,76); }

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

border-color css

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

 span { border-color: rgb(67,96,76); }

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