Html Css Color HEX #424332 Scrub

📋 copy color: '#424332'

red 66 ◦ green 67 ◦ blue 50

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

Shades of Scrub #424332

Tints of Scrub #424332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.61%

 BLUE value IS 50 (19.92% from 255) = 27.32%

R = 36.07%
G = 36.61%
B = 27.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#424332 (or 0x424332) is known color: Scrub. HEX triplet: 42, 43 and 32. RGB value is (66,67,50). Sum of RGB (Red+Green+Blue) = 66+67+50=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 67 - color contains mainly: green. Hex color #424332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424332 is #BDBCCD. Grayscale: #404040. Windows color (decimal): -12434638 or 3294018. OLE color: 3294018.

HSL color Cylindrical-coordinate representation of color #424332: hue angle of 63.53º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #424332 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 67 50 -
CMYK 0.01 0 0.25 0.74
HSL 63.53º 0.15% 0.23% -
HSV(B) 63.53º 0.25% 0.26% -
XYZ 4.83 5.4 3.81 -
YUV 64.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 66 67 50 0.01 0 0.25 0.74 63.53 0.15 0.23
Hex 42 43 32 1 0 19 4A 40 F 17
Octal 102 103 62 1 0 31 112 100 17 27
Binary 1000010 1000011 110010 1 0 11001 1001010 1000000 1111 10111

Color Harmonies of #424332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424332

Black with #424332

Text Example


Text Example

White with #424332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424332; }

 p { color: rgb(66,67,50); }

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

background-color css

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

 a { background-color: rgb(66,67,50); }

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

border-color css

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

 span { border-color: rgb(66,67,50); }

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