Html Css Color HEX #41634F Plantation

📋 copy color: '#41634F'

red 65 ◦ green 99 ◦ blue 79

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

Shades of Plantation #41634F

Tints of Plantation #41634F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.74%

 BLUE value IS 79 (31.25% from 255) = 32.51%

R = 26.75%
G = 40.74%
B = 32.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#41634F (or 0x41634F) is known color: Plantation. HEX triplet: 41, 63 and 4F. RGB value is (65,99,79). Sum of RGB (Red+Green+Blue) = 65+99+79=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 99 - color contains mainly: green. Hex color #41634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41634F is #BE9CB0. Grayscale: #565656. Windows color (decimal): -12491953 or 5202753. OLE color: 5202753.

HSL color Cylindrical-coordinate representation of color #41634F: hue angle of 144.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #41634F is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 99 79 -
CMYK 0.34 0 0.20 0.61
HSL 144.71º 0.21% 0.32% -
HSV(B) 144.71º 0.34% 0.39% -
XYZ 8.05 10.61 9.02 -
YUV 86.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 65 99 79 0.34 0 0.20 0.61 144.71 0.21 0.32
Hex 41 63 4F 22 0 14 3D 91 15 20
Octal 101 143 117 42 0 24 75 221 25 40
Binary 1000001 1100011 1001111 100010 0 10100 111101 10010001 10101 100000

Color Harmonies of #41634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41634F

Black with #41634F

Text Example


Text Example

White with #41634F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41634F; }

 p { color: rgb(65,99,79); }

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

background-color css

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

 a { background-color: rgb(65,99,79); }

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

border-color css

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

 span { border-color: rgb(65,99,79); }

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