Html Css Color HEX #425333 Clover

📋 copy color: '#425333'

red 66 ◦ green 83 ◦ blue 51

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

Shades of Clover #425333

Tints of Clover #425333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.5%

 BLUE value IS 51 (20.31% from 255) = 25.5%

R = 33%
G = 41.5%
B = 25.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#425333 (or 0x425333) is known color: Clover. HEX triplet: 42, 53 and 33. RGB value is (66,83,51). Sum of RGB (Red+Green+Blue) = 66+83+51=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #425333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425333 is #BDACCC. Grayscale: #4A4A4A. Windows color (decimal): -12430541 or 3363650. OLE color: 3363650.

HSL color Cylindrical-coordinate representation of color #425333: hue angle of 91.88º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #425333 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 51 -
CMYK 0.20 0 0.39 0.67
HSL 91.88º 0.24% 0.26% -
HSV(B) 91.88º 0.39% 0.33% -
XYZ 5.94 7.58 4.28 -
YUV 74.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 66 83 51 0.20 0 0.39 0.67 91.88 0.24 0.26
Hex 42 53 33 14 0 27 43 5C 18 1A
Octal 102 123 63 24 0 47 103 134 30 32
Binary 1000010 1010011 110011 10100 0 100111 1000011 1011100 11000 11010

Color Harmonies of #425333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425333

Black with #425333

Text Example


Text Example

White with #425333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425333; }

 p { color: rgb(66,83,51); }

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

background-color css

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

 a { background-color: rgb(66,83,51); }

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

border-color css

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

 span { border-color: rgb(66,83,51); }

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