Html Css Color HEX #434531 Scrub

📋 copy color: '#434531'

red 67 ◦ green 69 ◦ blue 49

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

Shades of Scrub #434531

Tints of Scrub #434531

RGB

 RED value IS 67 (26.56% from 255) = 36.22%

 GREEN value IS 69 (27.34% from 255) = 37.3%

 BLUE value IS 49 (19.53% from 255) = 26.49%

R = 36.22%
G = 37.3%
B = 26.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#434531 (or 0x434531) is known color: Scrub. HEX triplet: 43, 45 and 31. RGB value is (67,69,49). Sum of RGB (Red+Green+Blue) = 67+69+49=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 69 - color contains mainly: green. Hex color #434531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434531 is #BCBACE. Grayscale: #424242. Windows color (decimal): -12368591 or 3228995. OLE color: 3228995.

HSL color Cylindrical-coordinate representation of color #434531: hue angle of 66º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #434531 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 67 69 49 -
CMYK 0.03 0 0.29 0.73
HSL 66º 0.17% 0.23% -
HSV(B) 66º 0.29% 0.27% -
XYZ 5 5.67 3.74 -
YUV 66.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 67 69 49 0.03 0 0.29 0.73 66 0.17 0.23
Hex 43 45 31 3 0 1D 49 42 11 17
Octal 103 105 61 3 0 35 111 102 21 27
Binary 1000011 1000101 110001 11 0 11101 1001001 1000010 10001 10111

Color Harmonies of #434531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434531

Black with #434531

Text Example


Text Example

White with #434531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434531; }

 p { color: rgb(67,69,49); }

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

background-color css

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

 a { background-color: rgb(67,69,49); }

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

border-color css

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

 span { border-color: rgb(67,69,49); }

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