Html Css Color HEX #41751C Bilbao

📋 copy color: '#41751C'

red 65 ◦ green 117 ◦ blue 28

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

Shades of Bilbao #41751C

Tints of Bilbao #41751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.71%

 BLUE value IS 28 (11.33% from 255) = 13.33%

R = 30.95%
G = 55.71%
B = 13.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#41751C (or 0x41751C) is known color: Bilbao. HEX triplet: 41, 75 and 1C. RGB value is (65,117,28). Sum of RGB (Red+Green+Blue) = 65+117+28=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #41751C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41751C is #BE8AE3. Grayscale: #5B5B5B. Windows color (decimal): -12487396 or 1865025. OLE color: 1865025.

HSL color Cylindrical-coordinate representation of color #41751C: hue angle of 95.06º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41751C is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 117 28 -
CMYK 0.44 0 0.76 0.54
HSL 95.06º 0.61% 0.28% -
HSV(B) 95.06º 0.76% 0.46% -
XYZ 8.75 13.93 3.33 -
YUV 91.31 92.27 109.24 -
System Red Green Blue C M Y K H S L
Decimal 65 117 28 0.44 0 0.76 0.54 95.06 0.61 0.28
Hex 41 75 1C 2C 0 4C 36 5F 3D 1C
Octal 101 165 34 54 0 114 66 137 75 34
Binary 1000001 1110101 11100 101100 0 1001100 110110 1011111 111101 11100

Color Harmonies of #41751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41751C

Black with #41751C

Text Example


Text Example

White with #41751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41751C; }

 p { color: rgb(65,117,28); }

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

background-color css

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

 a { background-color: rgb(65,117,28); }

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

border-color css

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

 span { border-color: rgb(65,117,28); }

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