Html Css Color HEX #42533A Cabbage Pont

📋 copy color: '#42533A'

red 66 ◦ green 83 ◦ blue 58

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

Shades of Cabbage Pont #42533A

Tints of Cabbage Pont #42533A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.02%

R = 31.88%
G = 40.1%
B = 28.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#42533A (or 0x42533A) is known color: Cabbage Pont. HEX triplet: 42, 53 and 3A. RGB value is (66,83,58). Sum of RGB (Red+Green+Blue) = 66+83+58=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #42533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42533A is #BDACC5. Grayscale: #4B4B4B. Windows color (decimal): -12430534 or 3822402. OLE color: 3822402.

HSL color Cylindrical-coordinate representation of color #42533A: hue angle of 100.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42533A is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 58 -
CMYK 0.20 0 0.30 0.67
HSL 100.8º 0.18% 0.28% -
HSV(B) 100.8º 0.3% 0.33% -
XYZ 6.1 7.65 5.16 -
YUV 75.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 66 83 58 0.20 0 0.30 0.67 100.8 0.18 0.28
Hex 42 53 3A 14 0 1E 43 65 12 1C
Octal 102 123 72 24 0 36 103 145 22 34
Binary 1000010 1010011 111010 10100 0 11110 1000011 1100101 10010 11100

Color Harmonies of #42533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42533A

Black with #42533A

Text Example


Text Example

White with #42533A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42533A; }

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

 H1.HeaderClassName
 {
   color: #42533A;
 }
 .AnyTagClassName
 {
   color: #42533A;
 }
</style>

background-color css

<style>
 a { background-color: #42533A; }

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

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

border-color css

<style>
 span { border-color: #42533A; }

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

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