Html Css Color HEX #42534B Plantation

📋 copy color: '#42534B'

red 66 ◦ green 83 ◦ blue 75

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

Shades of Plantation #42534B

Tints of Plantation #42534B

RGB

 RED value IS 66 (26.17% from 255) = 29.46%

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

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

R = 29.46%
G = 37.05%
B = 33.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#42534B (or 0x42534B) is known color: Plantation. HEX triplet: 42, 53 and 4B. RGB value is (66,83,75). Sum of RGB (Red+Green+Blue) = 66+83+75=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #42534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42534B is #BDACB4. Grayscale: #4D4D4D. Windows color (decimal): -12430517 or 4936514. OLE color: 4936514.

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

Color convert

RGB 66 83 75 -
CMYK 0.20 0 0.10 0.67
HSL 151.76º 0.11% 0.29% -
HSV(B) 151.76º 0.2% 0.33% -
XYZ 6.61 7.85 7.82 -
YUV 77.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 66 83 75 0.20 0 0.10 0.67 151.76 0.11 0.29
Hex 42 53 4B 14 0 A 43 98 B 1D
Octal 102 123 113 24 0 12 103 230 13 35
Binary 1000010 1010011 1001011 10100 0 1010 1000011 10011000 1011 11101

Color Harmonies of #42534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42534B

Black with #42534B

Text Example


Text Example

White with #42534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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