Html Css Color HEX #424E3C Cabbage Pont

📋 copy color: '#424E3C'

red 66 ◦ green 78 ◦ blue 60

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

Shades of Cabbage Pont #424E3C

Tints of Cabbage Pont #424E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.24%

 BLUE value IS 60 (23.83% from 255) = 29.41%

R = 32.35%
G = 38.24%
B = 29.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#424E3C (or 0x424E3C) is known color: Cabbage Pont. HEX triplet: 42, 4E and 3C. RGB value is (66,78,60). Sum of RGB (Red+Green+Blue) = 66+78+60=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 78 - color contains mainly: green. Hex color #424E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E3C is #BDB1C3. Grayscale: #484848. Windows color (decimal): -12431812 or 3952194. OLE color: 3952194.

HSL color Cylindrical-coordinate representation of color #424E3C: hue angle of 100º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424E3C is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 78 60 -
CMYK 0.15 0 0.23 0.69
HSL 100º 0.13% 0.27% -
HSV(B) 100º 0.23% 0.31% -
XYZ 5.79 6.93 5.31 -
YUV 72.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 66 78 60 0.15 0 0.23 0.69 100 0.13 0.27
Hex 42 4E 3C F 0 17 45 64 D 1B
Octal 102 116 74 17 0 27 105 144 15 33
Binary 1000010 1001110 111100 1111 0 10111 1000101 1100100 1101 11011

Color Harmonies of #424E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E3C

Black with #424E3C

Text Example


Text Example

White with #424E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424E3C; }

 p { color: rgb(66,78,60); }

 H1.HeaderClassName
 {
   color: #424E3C;
 }
 .AnyTagClassName
 {
   color: #424E3C;
 }
</style>

background-color css

<style>
 a { background-color: #424E3C; }

 a { background-color: rgb(66,78,60); }

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

border-color css

<style>
 span { border-color: #424E3C; }

 span { border-color: rgb(66,78,60); }

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