Html Css Color HEX #414B33 Clover

📋 copy color: '#414B33'

red 65 ◦ green 75 ◦ blue 51

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

Shades of Clover #414B33

Tints of Clover #414B33

RGB

 RED value IS 65 (25.78% from 255) = 34.03%

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

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

R = 34.03%
G = 39.27%
B = 26.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#414B33 (or 0x414B33) is known color: Clover. HEX triplet: 41, 4B and 33. RGB value is (65,75,51). Sum of RGB (Red+Green+Blue) = 65+75+51=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 75 - color contains mainly: green. Hex color #414B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B33 is #BEB4CC. Grayscale: #454545. Windows color (decimal): -12498125 or 3361601. OLE color: 3361601.

HSL color Cylindrical-coordinate representation of color #414B33: hue angle of 85º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #414B33 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 75 51 -
CMYK 0.13 0 0.32 0.71
HSL 85º 0.19% 0.25% -
HSV(B) 85º 0.32% 0.29% -
XYZ 5.29 6.39 4.09 -
YUV 69.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 65 75 51 0.13 0 0.32 0.71 85 0.19 0.25
Hex 41 4B 33 D 0 20 47 55 13 19
Octal 101 113 63 15 0 40 107 125 23 31
Binary 1000001 1001011 110011 1101 0 100000 1000111 1010101 10011 11001

Color Harmonies of #414B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414B33

Black with #414B33

Text Example


Text Example

White with #414B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414B33; }

 p { color: rgb(65,75,51); }

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

background-color css

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

 a { background-color: rgb(65,75,51); }

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

border-color css

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

 span { border-color: rgb(65,75,51); }

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