Html Css Color HEX #42634D Feldgrau

📋 copy color: '#42634D'

red 66 ◦ green 99 ◦ blue 77

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

Shades of Feldgrau #42634D

Tints of Feldgrau #42634D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.82%

R = 27.27%
G = 40.91%
B = 31.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#42634D (or 0x42634D) is known color: Feldgrau. HEX triplet: 42, 63 and 4D. RGB value is (66,99,77). Sum of RGB (Red+Green+Blue) = 66+99+77=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #42634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42634D is #BD9CB2. Grayscale: #565656. Windows color (decimal): -12426419 or 5071682. OLE color: 5071682.

HSL color Cylindrical-coordinate representation of color #42634D: hue angle of 140º 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 #42634D is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 99 77 -
CMYK 0.33 0 0.22 0.61
HSL 140º 0.2% 0.32% -
HSV(B) 140º 0.33% 0.39% -
XYZ 8.05 10.62 8.65 -
YUV 86.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 66 99 77 0.33 0 0.22 0.61 140 0.2 0.32
Hex 42 63 4D 21 0 16 3D 8C 14 20
Octal 102 143 115 41 0 26 75 214 24 40
Binary 1000010 1100011 1001101 100001 0 10110 111101 10001100 10100 100000

Color Harmonies of #42634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42634D

Black with #42634D

Text Example


Text Example

White with #42634D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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