Html Css Color HEX #425C1F Clover

📋 copy color: '#425C1F'

red 66 ◦ green 92 ◦ blue 31

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

Shades of Clover #425C1F

Tints of Clover #425C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 48.68%

 BLUE value IS 31 (12.5% from 255) = 16.4%

R = 34.92%
G = 48.68%
B = 16.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#425C1F (or 0x425C1F) is known color: Clover. HEX triplet: 42, 5C and 1F. RGB value is (66,92,31). Sum of RGB (Red+Green+Blue) = 66+92+31=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 92 - color contains mainly: green. Hex color #425C1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C1F is #BDA3E0. Grayscale: #4D4D4D. Windows color (decimal): -12428257 or 2055234. OLE color: 2055234.

HSL color Cylindrical-coordinate representation of color #425C1F: hue angle of 85.57º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #425C1F is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 92 31 -
CMYK 0.28 0 0.66 0.64
HSL 85.57º 0.5% 0.24% -
HSV(B) 85.57º 0.66% 0.36% -
XYZ 6.32 8.91 2.68 -
YUV 77.27 101.89 119.96 -
System Red Green Blue C M Y K H S L
Decimal 66 92 31 0.28 0 0.66 0.64 85.57 0.5 0.24
Hex 42 5C 1F 1C 0 42 40 56 32 18
Octal 102 134 37 34 0 102 100 126 62 30
Binary 1000010 1011100 11111 11100 0 1000010 1000000 1010110 110010 11000

Color Harmonies of #425C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C1F

Black with #425C1F

Text Example


Text Example

White with #425C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425C1F; }

 p { color: rgb(66,92,31); }

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

background-color css

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

 a { background-color: rgb(66,92,31); }

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

border-color css

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

 span { border-color: rgb(66,92,31); }

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