Html Css Color HEX #425338 Cabbage Pont

📋 copy color: '#425338'

red 66 ◦ green 83 ◦ blue 56

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

Shades of Cabbage Pont #425338

Tints of Cabbage Pont #425338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 27.32%

R = 32.2%
G = 40.49%
B = 27.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#425338 (or 0x425338) is known color: Cabbage Pont. HEX triplet: 42, 53 and 38. RGB value is (66,83,56). Sum of RGB (Red+Green+Blue) = 66+83+56=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #425338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425338 is #BDACC7. Grayscale: #4A4A4A. Windows color (decimal): -12430536 or 3691330. OLE color: 3691330.

HSL color Cylindrical-coordinate representation of color #425338: hue angle of 97.78º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #425338 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 56 -
CMYK 0.20 0 0.33 0.67
HSL 97.78º 0.19% 0.27% -
HSV(B) 97.78º 0.33% 0.33% -
XYZ 6.05 7.63 4.9 -
YUV 74.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 66 83 56 0.20 0 0.33 0.67 97.78 0.19 0.27
Hex 42 53 38 14 0 21 43 62 13 1B
Octal 102 123 70 24 0 41 103 142 23 33
Binary 1000010 1010011 111000 10100 0 100001 1000011 1100010 10011 11011

Color Harmonies of #425338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425338

Black with #425338

Text Example


Text Example

White with #425338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425338; }

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

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

background-color css

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

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

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

border-color css

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

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

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