Html Css Color HEX #425838 Green House

📋 copy color: '#425838'

red 66 ◦ green 88 ◦ blue 56

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

Shades of Green House #425838

Tints of Green House #425838

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.9%

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

R = 31.43%
G = 41.9%
B = 26.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#425838 (or 0x425838) is known color: Green House. HEX triplet: 42, 58 and 38. RGB value is (66,88,56). Sum of RGB (Red+Green+Blue) = 66+88+56=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #425838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425838 is #BDA7C7. Grayscale: #4D4D4D. Windows color (decimal): -12429256 or 3692610. OLE color: 3692610.

HSL color Cylindrical-coordinate representation of color #425838: hue angle of 101.25º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #425838 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 56 -
CMYK 0.25 0 0.36 0.65
HSL 101.25º 0.22% 0.28% -
HSV(B) 101.25º 0.36% 0.35% -
XYZ 6.45 8.42 5.03 -
YUV 77.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 66 88 56 0.25 0 0.36 0.65 101.25 0.22 0.28
Hex 42 58 38 19 0 24 41 65 16 1C
Octal 102 130 70 31 0 44 101 145 26 34
Binary 1000010 1011000 111000 11001 0 100100 1000001 1100101 10110 11100

Color Harmonies of #425838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425838

Black with #425838

Text Example


Text Example

White with #425838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425838; }

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

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

background-color css

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

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

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

border-color css

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

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

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