Html Css Color HEX #435C4B Feldgrau

📋 copy color: '#435C4B'

red 67 ◦ green 92 ◦ blue 75

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

Shades of Feldgrau #435C4B

Tints of Feldgrau #435C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.32%

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

R = 28.63%
G = 39.32%
B = 32.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#435C4B (or 0x435C4B) is known color: Feldgrau. HEX triplet: 43, 5C and 4B. RGB value is (67,92,75). Sum of RGB (Red+Green+Blue) = 67+92+75=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 92 - color contains mainly: green. Hex color #435C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435C4B is #BCA3B4. Grayscale: #525252. Windows color (decimal): -12362677 or 4938819. OLE color: 4938819.

HSL color Cylindrical-coordinate representation of color #435C4B: hue angle of 139.2º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #435C4B is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 92 75 -
CMYK 0.27 0 0.18 0.64
HSL 139.2º 0.16% 0.31% -
HSV(B) 139.2º 0.27% 0.36% -
XYZ 7.41 9.36 8.07 -
YUV 82.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 67 92 75 0.27 0 0.18 0.64 139.2 0.16 0.31
Hex 43 5C 4B 1B 0 12 40 8B 10 1F
Octal 103 134 113 33 0 22 100 213 20 37
Binary 1000011 1011100 1001011 11011 0 10010 1000000 10001011 10000 11111

Color Harmonies of #435C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435C4B

Black with #435C4B

Text Example


Text Example

White with #435C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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