Html Css Color HEX #42634B Feldgrau

📋 copy color: '#42634B'

red 66 ◦ green 99 ◦ blue 75

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

Shades of Feldgrau #42634B

Tints of Feldgrau #42634B

RGB

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

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

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

R = 27.5%
G = 41.25%
B = 31.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#42634B (or 0x42634B) is known color: Feldgrau. HEX triplet: 42, 63 and 4B. RGB value is (66,99,75). Sum of RGB (Red+Green+Blue) = 66+99+75=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #42634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42634B is #BD9CB4. Grayscale: #565656. Windows color (decimal): -12426421 or 4940610. OLE color: 4940610.

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

Color convert

RGB 66 99 75 -
CMYK 0.33 0 0.24 0.61
HSL 136.36º 0.2% 0.32% -
HSV(B) 136.36º 0.33% 0.39% -
XYZ 7.98 10.59 8.28 -
YUV 86.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 66 99 75 0.33 0 0.24 0.61 136.36 0.2 0.32
Hex 42 63 4B 21 0 18 3D 88 14 20
Octal 102 143 113 41 0 30 75 210 24 40
Binary 1000010 1100011 1001011 100001 0 11000 111101 10001000 10100 100000

Color Harmonies of #42634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42634B

Black with #42634B

Text Example


Text Example

White with #42634B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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