Html Css Color HEX #424B35 Clover

📋 copy color: '#424B35'

red 66 ◦ green 75 ◦ blue 53

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

Shades of Clover #424B35

Tints of Clover #424B35

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.66%

 BLUE value IS 53 (21.09% from 255) = 27.32%

R = 34.02%
G = 38.66%
B = 27.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#424B35 (or 0x424B35) is known color: Clover. HEX triplet: 42, 4B and 35. RGB value is (66,75,53). Sum of RGB (Red+Green+Blue) = 66+75+53=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 75 (29.69% from 255 or 38.66% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 75 - color contains mainly: green. Hex color #424B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B35 is #BDB4CA. Grayscale: #454545. Windows color (decimal): -12432587 or 3492674. OLE color: 3492674.

HSL color Cylindrical-coordinate representation of color #424B35: hue angle of 84.55º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #424B35 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 75 53 -
CMYK 0.12 0 0.29 0.71
HSL 84.55º 0.17% 0.25% -
HSV(B) 84.55º 0.29% 0.29% -
XYZ 5.41 6.45 4.33 -
YUV 69.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 66 75 53 0.12 0 0.29 0.71 84.55 0.17 0.25
Hex 42 4B 35 C 0 1D 47 55 11 19
Octal 102 113 65 14 0 35 107 125 21 31
Binary 1000010 1001011 110101 1100 0 11101 1000111 1010101 10001 11001

Color Harmonies of #424B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B35

Black with #424B35

Text Example


Text Example

White with #424B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424B35; }

 p { color: rgb(66,75,53); }

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

background-color css

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

 a { background-color: rgb(66,75,53); }

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

border-color css

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

 span { border-color: rgb(66,75,53); }

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