Html Css Color HEX #424F3B Cabbage Pont

📋 copy color: '#424F3B'

red 66 ◦ green 79 ◦ blue 59

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

Shades of Cabbage Pont #424F3B

Tints of Cabbage Pont #424F3B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.73%

 BLUE value IS 59 (23.44% from 255) = 28.92%

R = 32.35%
G = 38.73%
B = 28.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#424F3B (or 0x424F3B) is known color: Cabbage Pont. HEX triplet: 42, 4F and 3B. RGB value is (66,79,59). Sum of RGB (Red+Green+Blue) = 66+79+59=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 79 - color contains mainly: green. Hex color #424F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F3B is #BDB0C4. Grayscale: #484848. Windows color (decimal): -12431557 or 3886914. OLE color: 3886914.

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

Color convert

RGB 66 79 59 -
CMYK 0.16 0 0.25 0.69
HSL 99º 0.14% 0.27% -
HSV(B) 99º 0.25% 0.31% -
XYZ 5.83 7.07 5.19 -
YUV 72.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 66 79 59 0.16 0 0.25 0.69 99 0.14 0.27
Hex 42 4F 3B 10 0 19 45 63 E 1B
Octal 102 117 73 20 0 31 105 143 16 33
Binary 1000010 1001111 111011 10000 0 11001 1000101 1100011 1110 11011

Color Harmonies of #424F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F3B

Black with #424F3B

Text Example


Text Example

White with #424F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,79,59); }

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

background-color css

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

 a { background-color: rgb(66,79,59); }

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

border-color css

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

 span { border-color: rgb(66,79,59); }

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