Html Css Color HEX #43594B Feldgrau

📋 copy color: '#43594B'

red 67 ◦ green 89 ◦ blue 75

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

Shades of Feldgrau #43594B

Tints of Feldgrau #43594B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.53%

 BLUE value IS 75 (29.69% from 255) = 32.47%

R = 29%
G = 38.53%
B = 32.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#43594B (or 0x43594B) is known color: Feldgrau. HEX triplet: 43, 59 and 4B. RGB value is (67,89,75). Sum of RGB (Red+Green+Blue) = 67+89+75=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #43594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43594B is #BCA6B4. Grayscale: #505050. Windows color (decimal): -12363445 or 4938051. OLE color: 4938051.

HSL color Cylindrical-coordinate representation of color #43594B: hue angle of 141.82º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #43594B is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 89 75 -
CMYK 0.25 0 0.16 0.65
HSL 141.82º 0.14% 0.31% -
HSV(B) 141.82º 0.25% 0.35% -
XYZ 7.16 8.85 7.99 -
YUV 80.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 67 89 75 0.25 0 0.16 0.65 141.82 0.14 0.31
Hex 43 59 4B 19 0 10 41 8E E 1F
Octal 103 131 113 31 0 20 101 216 16 37
Binary 1000011 1011001 1001011 11001 0 10000 1000001 10001110 1110 11111

Color Harmonies of #43594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43594B

Black with #43594B

Text Example


Text Example

White with #43594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43594B; }

 p { color: rgb(67,89,75); }

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

background-color css

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

 a { background-color: rgb(67,89,75); }

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

border-color css

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

 span { border-color: rgb(67,89,75); }

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