Html Css Color HEX #42634C Feldgrau

📋 copy color: '#42634C'

red 66 ◦ green 99 ◦ blue 76

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

Shades of Feldgrau #42634C

Tints of Feldgrau #42634C

RGB

 RED value IS 66 (26.17% from 255) = 27.39%

 GREEN value IS 99 (39.06% from 255) = 41.08%

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

R = 27.39%
G = 41.08%
B = 31.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#42634C (or 0x42634C) is known color: Feldgrau. HEX triplet: 42, 63 and 4C. RGB value is (66,99,76). Sum of RGB (Red+Green+Blue) = 66+99+76=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #42634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42634C is #BD9CB3. Grayscale: #565656. Windows color (decimal): -12426420 or 5006146. OLE color: 5006146.

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

Color convert

RGB 66 99 76 -
CMYK 0.33 0 0.23 0.61
HSL 138.18º 0.2% 0.32% -
HSV(B) 138.18º 0.33% 0.39% -
XYZ 8.01 10.6 8.46 -
YUV 86.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 66 99 76 0.33 0 0.23 0.61 138.18 0.2 0.32
Hex 42 63 4C 21 0 17 3D 8A 14 20
Octal 102 143 114 41 0 27 75 212 24 40
Binary 1000010 1100011 1001100 100001 0 10111 111101 10001010 10100 100000

Color Harmonies of #42634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42634C

Black with #42634C

Text Example


Text Example

White with #42634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,99,76); }

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

background-color css

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

 a { background-color: rgb(66,99,76); }

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

border-color css

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

 span { border-color: rgb(66,99,76); }

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