Html Css Color HEX #41524B Plantation

📋 copy color: '#41524B'

red 65 ◦ green 82 ◦ blue 75

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

Shades of Plantation #41524B

Tints of Plantation #41524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.94%

 BLUE value IS 75 (29.69% from 255) = 33.78%

R = 29.28%
G = 36.94%
B = 33.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#41524B (or 0x41524B) is known color: Plantation. HEX triplet: 41, 52 and 4B. RGB value is (65,82,75). Sum of RGB (Red+Green+Blue) = 65+82+75=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 82 - color contains mainly: green. Hex color #41524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41524B is #BEADB4. Grayscale: #4C4C4C. Windows color (decimal): -12496309 or 4936257. OLE color: 4936257.

HSL color Cylindrical-coordinate representation of color #41524B: hue angle of 155.29º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #41524B is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 82 75 -
CMYK 0.21 0 0.09 0.68
HSL 155.29º 0.12% 0.29% -
HSV(B) 155.29º 0.21% 0.32% -
XYZ 6.47 7.67 7.8 -
YUV 76.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 65 82 75 0.21 0 0.09 0.68 155.29 0.12 0.29
Hex 41 52 4B 15 0 9 44 9B C 1D
Octal 101 122 113 25 0 11 104 233 14 35
Binary 1000001 1010010 1001011 10101 0 1001 1000100 10011011 1100 11101

Color Harmonies of #41524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41524B

Black with #41524B

Text Example


Text Example

White with #41524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41524B; }

 p { color: rgb(65,82,75); }

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

background-color css

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

 a { background-color: rgb(65,82,75); }

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

border-color css

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

 span { border-color: rgb(65,82,75); }

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