Html Css Color HEX #42582F Clover

📋 copy color: '#42582F'

red 66 ◦ green 88 ◦ blue 47

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

Shades of Clover #42582F

Tints of Clover #42582F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.38%

R = 32.84%
G = 43.78%
B = 23.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#42582F (or 0x42582F) is known color: Clover. HEX triplet: 42, 58 and 2F. RGB value is (66,88,47). Sum of RGB (Red+Green+Blue) = 66+88+47=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #42582F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42582F is #BDA7D0. Grayscale: #4C4C4C. Windows color (decimal): -12429265 or 3102786. OLE color: 3102786.

HSL color Cylindrical-coordinate representation of color #42582F: hue angle of 92.2º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42582F is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 47 -
CMYK 0.25 0 0.47 0.65
HSL 92.2º 0.3% 0.26% -
HSV(B) 92.2º 0.47% 0.35% -
XYZ 6.25 8.34 3.97 -
YUV 76.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 66 88 47 0.25 0 0.47 0.65 92.2 0.3 0.26
Hex 42 58 2F 19 0 2F 41 5C 1E 1A
Octal 102 130 57 31 0 57 101 134 36 32
Binary 1000010 1011000 101111 11001 0 101111 1000001 1011100 11110 11010

Color Harmonies of #42582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42582F

Black with #42582F

Text Example


Text Example

White with #42582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42582F; }

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

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

background-color css

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

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

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

border-color css

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

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

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