Html Css Color HEX #425D25 Clover

📋 copy color: '#425D25'

red 66 ◦ green 93 ◦ blue 37

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

Shades of Clover #425D25

Tints of Clover #425D25

RGB

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

 GREEN value IS 93 (36.72% from 255) = 47.45%

 BLUE value IS 37 (14.84% from 255) = 18.88%

R = 33.67%
G = 47.45%
B = 18.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#425D25 (or 0x425D25) is known color: Clover. HEX triplet: 42, 5D and 25. RGB value is (66,93,37). Sum of RGB (Red+Green+Blue) = 66+93+37=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #425D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425D25 is #BDA2DA. Grayscale: #4E4E4E. Windows color (decimal): -12427995 or 2448706. OLE color: 2448706.

HSL color Cylindrical-coordinate representation of color #425D25: hue angle of 88.93º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #425D25 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 93 37 -
CMYK 0.29 0 0.60 0.64
HSL 88.93º 0.43% 0.25% -
HSV(B) 88.93º 0.6% 0.36% -
XYZ 6.5 9.12 3.17 -
YUV 78.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 66 93 37 0.29 0 0.60 0.64 88.93 0.43 0.25
Hex 42 5D 25 1D 0 3C 40 59 2B 19
Octal 102 135 45 35 0 74 100 131 53 31
Binary 1000010 1011101 100101 11101 0 111100 1000000 1011001 101011 11001

Color Harmonies of #425D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425D25

Black with #425D25

Text Example


Text Example

White with #425D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,93,37); }

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

background-color css

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

 a { background-color: rgb(66,93,37); }

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

border-color css

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

 span { border-color: rgb(66,93,37); }

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