Html Css Color HEX #43584B Plantation

📋 copy color: '#43584B'

red 67 ◦ green 88 ◦ blue 75

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

Shades of Plantation #43584B

Tints of Plantation #43584B

RGB

 RED value IS 67 (26.56% from 255) = 29.13%

 GREEN value IS 88 (34.77% from 255) = 38.26%

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

R = 29.13%
G = 38.26%
B = 32.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#43584B (or 0x43584B) is known color: Plantation. HEX triplet: 43, 58 and 4B. RGB value is (67,88,75). Sum of RGB (Red+Green+Blue) = 67+88+75=230 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.13% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #43584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43584B is #BCA7B4. Grayscale: #505050. Windows color (decimal): -12363701 or 4937795. OLE color: 4937795.

HSL color Cylindrical-coordinate representation of color #43584B: hue angle of 142.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #43584B is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 88 75 -
CMYK 0.24 0 0.15 0.65
HSL 142.86º 0.14% 0.3% -
HSV(B) 142.86º 0.24% 0.35% -
XYZ 7.07 8.68 7.96 -
YUV 80.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 67 88 75 0.24 0 0.15 0.65 142.86 0.14 0.3
Hex 43 58 4B 18 0 F 41 8F E 1E
Octal 103 130 113 30 0 17 101 217 16 36
Binary 1000011 1011000 1001011 11000 0 1111 1000001 10001111 1110 11110

Color Harmonies of #43584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43584B

Black with #43584B

Text Example


Text Example

White with #43584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,88,75); }

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

background-color css

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

 a { background-color: rgb(67,88,75); }

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

border-color css

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

 span { border-color: rgb(67,88,75); }

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