Html Css Color HEX #414734 Scrub

📋 copy color: '#414734'

red 65 ◦ green 71 ◦ blue 52

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

Shades of Scrub #414734

Tints of Scrub #414734

RGB

 RED value IS 65 (25.78% from 255) = 34.57%

 GREEN value IS 71 (28.13% from 255) = 37.77%

 BLUE value IS 52 (20.7% from 255) = 27.66%

R = 34.57%
G = 37.77%
B = 27.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#414734 (or 0x414734) is known color: Scrub. HEX triplet: 41, 47 and 34. RGB value is (65,71,52). Sum of RGB (Red+Green+Blue) = 65+71+52=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #414734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414734 is #BEB8CB. Grayscale: #434343. Windows color (decimal): -12499148 or 3426113. OLE color: 3426113.

HSL color Cylindrical-coordinate representation of color #414734: hue angle of 78.95º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #414734 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 52 -
CMYK 0.08 0 0.27 0.72
HSL 78.95º 0.15% 0.24% -
HSV(B) 78.95º 0.27% 0.28% -
XYZ 5.05 5.88 4.12 -
YUV 67.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 65 71 52 0.08 0 0.27 0.72 78.95 0.15 0.24
Hex 41 47 34 8 0 1B 48 4F F 18
Octal 101 107 64 10 0 33 110 117 17 30
Binary 1000001 1000111 110100 1000 0 11011 1001000 1001111 1111 11000

Color Harmonies of #414734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414734

Black with #414734

Text Example


Text Example

White with #414734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414734; }

 p { color: rgb(65,71,52); }

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

background-color css

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

 a { background-color: rgb(65,71,52); }

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

border-color css

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

 span { border-color: rgb(65,71,52); }

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