Html Css Color HEX #42634F Feldgrau

📋 copy color: '#42634F'

red 66 ◦ green 99 ◦ blue 79

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

Shades of Feldgrau #42634F

Tints of Feldgrau #42634F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.38%

R = 27.05%
G = 40.57%
B = 32.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#42634F (or 0x42634F) is known color: Feldgrau. HEX triplet: 42, 63 and 4F. RGB value is (66,99,79). Sum of RGB (Red+Green+Blue) = 66+99+79=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #42634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42634F is #BD9CB0. Grayscale: #565656. Windows color (decimal): -12426417 or 5202754. OLE color: 5202754.

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

Color convert

RGB 66 99 79 -
CMYK 0.33 0 0.20 0.61
HSL 143.64º 0.2% 0.32% -
HSV(B) 143.64º 0.33% 0.39% -
XYZ 8.12 10.65 9.02 -
YUV 86.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 66 99 79 0.33 0 0.20 0.61 143.64 0.2 0.32
Hex 42 63 4F 21 0 14 3D 90 14 20
Octal 102 143 117 41 0 24 75 220 24 40
Binary 1000010 1100011 1001111 100001 0 10100 111101 10010000 10100 100000

Color Harmonies of #42634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42634F

Black with #42634F

Text Example


Text Example

White with #42634F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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