Html Css Color HEX #42664D Feldgrau

📋 copy color: '#42664D'

red 66 ◦ green 102 ◦ blue 77

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

Shades of Feldgrau #42664D

Tints of Feldgrau #42664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.63%

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

R = 26.94%
G = 41.63%
B = 31.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#42664D (or 0x42664D) is known color: Feldgrau. HEX triplet: 42, 66 and 4D. RGB value is (66,102,77). Sum of RGB (Red+Green+Blue) = 66+102+77=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #42664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42664D is #BD99B2. Grayscale: #585858. Windows color (decimal): -12425651 or 5072450. OLE color: 5072450.

HSL color Cylindrical-coordinate representation of color #42664D: hue angle of 138.33º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42664D is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 102 77 -
CMYK 0.35 0 0.25 0.6
HSL 138.33º 0.21% 0.33% -
HSV(B) 138.33º 0.35% 0.4% -
XYZ 8.34 11.2 8.74 -
YUV 88.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 66 102 77 0.35 0 0.25 0.6 138.33 0.21 0.33
Hex 42 66 4D 23 0 19 3C 8A 15 21
Octal 102 146 115 43 0 31 74 212 25 41
Binary 1000010 1100110 1001101 100011 0 11001 111100 10001010 10101 100001

Color Harmonies of #42664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42664D

Black with #42664D

Text Example


Text Example

White with #42664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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