Html Css Color HEX #456452 Feldgrau

📋 copy color: '#456452'

red 69 ◦ green 100 ◦ blue 82

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

Shades of Feldgrau #456452

Tints of Feldgrau #456452

RGB

 RED value IS 69 (27.34% from 255) = 27.49%

 GREEN value IS 100 (39.45% from 255) = 39.84%

 BLUE value IS 82 (32.42% from 255) = 32.67%

R = 27.49%
G = 39.84%
B = 32.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#456452 (or 0x456452) is known color: Feldgrau. HEX triplet: 45, 64 and 52. RGB value is (69,100,82). Sum of RGB (Red+Green+Blue) = 69+100+82=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 100 - color contains mainly: green. Hex color #456452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456452 is #BA9BAD. Grayscale: #585858. Windows color (decimal): -12229550 or 5399621. OLE color: 5399621.

HSL color Cylindrical-coordinate representation of color #456452: hue angle of 145.16º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #456452 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 100 82 -
CMYK 0.31 0 0.18 0.61
HSL 145.16º 0.18% 0.33% -
HSV(B) 145.16º 0.31% 0.39% -
XYZ 8.53 10.99 9.65 -
YUV 88.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 69 100 82 0.31 0 0.18 0.61 145.16 0.18 0.33
Hex 45 64 52 1F 0 12 3D 91 12 21
Octal 105 144 122 37 0 22 75 221 22 41
Binary 1000101 1100100 1010010 11111 0 10010 111101 10010001 10010 100001

Color Harmonies of #456452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456452

Black with #456452

Text Example


Text Example

White with #456452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456452; }

 p { color: rgb(69,100,82); }

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

background-color css

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

 a { background-color: rgb(69,100,82); }

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

border-color css

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

 span { border-color: rgb(69,100,82); }

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