Html Css Color HEX #41534B Plantation

📋 copy color: '#41534B'

red 65 ◦ green 83 ◦ blue 75

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

Shades of Plantation #41534B

Tints of Plantation #41534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.22%

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

R = 29.15%
G = 37.22%
B = 33.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#41534B (or 0x41534B) is known color: Plantation. HEX triplet: 41, 53 and 4B. RGB value is (65,83,75). Sum of RGB (Red+Green+Blue) = 65+83+75=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #41534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41534B is #BEACB4. Grayscale: #4C4C4C. Windows color (decimal): -12496053 or 4936513. OLE color: 4936513.

HSL color Cylindrical-coordinate representation of color #41534B: hue angle of 153.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #41534B is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 83 75 -
CMYK 0.22 0 0.10 0.67
HSL 153.33º 0.12% 0.29% -
HSV(B) 153.33º 0.22% 0.33% -
XYZ 6.54 7.82 7.82 -
YUV 76.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 65 83 75 0.22 0 0.10 0.67 153.33 0.12 0.29
Hex 41 53 4B 16 0 A 43 99 C 1D
Octal 101 123 113 26 0 12 103 231 14 35
Binary 1000001 1010011 1001011 10110 0 1010 1000011 10011001 1100 11101

Color Harmonies of #41534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41534B

Black with #41534B

Text Example


Text Example

White with #41534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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