Html Css Color HEX #41452C Scrub

📋 copy color: '#41452C'

red 65 ◦ green 69 ◦ blue 44

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

Shades of Scrub #41452C

Tints of Scrub #41452C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.72%

R = 36.52%
G = 38.76%
B = 24.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#41452C (or 0x41452C) is known color: Scrub. HEX triplet: 41, 45 and 2C. RGB value is (65,69,44). Sum of RGB (Red+Green+Blue) = 65+69+44=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 69 - color contains mainly: green. Hex color #41452C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41452C is #BEBAD3. Grayscale: #414141. Windows color (decimal): -12499668 or 2901313. OLE color: 2901313.

HSL color Cylindrical-coordinate representation of color #41452C: hue angle of 69.6º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #41452C is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 69 44 -
CMYK 0.06 0 0.36 0.73
HSL 69.6º 0.22% 0.22% -
HSV(B) 69.6º 0.36% 0.27% -
XYZ 4.76 5.56 3.21 -
YUV 64.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 65 69 44 0.06 0 0.36 0.73 69.6 0.22 0.22
Hex 41 45 2C 6 0 24 49 46 16 16
Octal 101 105 54 6 0 44 111 106 26 26
Binary 1000001 1000101 101100 110 0 100100 1001001 1000110 10110 10110

Color Harmonies of #41452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41452C

Black with #41452C

Text Example


Text Example

White with #41452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41452C; }

 p { color: rgb(65,69,44); }

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

background-color css

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

 a { background-color: rgb(65,69,44); }

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

border-color css

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

 span { border-color: rgb(65,69,44); }

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