Html Css Color HEX #42583A Green House

📋 copy color: '#42583A'

red 66 ◦ green 88 ◦ blue 58

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

Shades of Green House #42583A

Tints of Green House #42583A

RGB

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

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

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

R = 31.13%
G = 41.51%
B = 27.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#42583A (or 0x42583A) is known color: Green House. HEX triplet: 42, 58 and 3A. RGB value is (66,88,58). Sum of RGB (Red+Green+Blue) = 66+88+58=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #42583A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42583A is #BDA7C5. Grayscale: #4E4E4E. Windows color (decimal): -12429254 or 3823682. OLE color: 3823682.

HSL color Cylindrical-coordinate representation of color #42583A: hue angle of 104º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #42583A is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 58 -
CMYK 0.25 0 0.34 0.65
HSL 104º 0.21% 0.29% -
HSV(B) 104º 0.34% 0.35% -
XYZ 6.5 8.44 5.29 -
YUV 78 116.71 119.44 -
System Red Green Blue C M Y K H S L
Decimal 66 88 58 0.25 0 0.34 0.65 104 0.21 0.29
Hex 42 58 3A 19 0 22 41 68 15 1D
Octal 102 130 72 31 0 42 101 150 25 35
Binary 1000010 1011000 111010 11001 0 100010 1000001 1101000 10101 11101

Color Harmonies of #42583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42583A

Black with #42583A

Text Example


Text Example

White with #42583A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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