Html Css Color HEX #41851F Bilbao

📋 copy color: '#41851F'

red 65 ◦ green 133 ◦ blue 31

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

Shades of Bilbao #41851F

Tints of Bilbao #41851F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.08%

 BLUE value IS 31 (12.5% from 255) = 13.54%

R = 28.38%
G = 58.08%
B = 13.54%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#41851F (or 0x41851F) is known color: Bilbao. HEX triplet: 41, 85 and 1F. RGB value is (65,133,31). Sum of RGB (Red+Green+Blue) = 65+133+31=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #41851F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41851F is #BE7AE0. Grayscale: #656565. Windows color (decimal): -12483297 or 2065729. OLE color: 2065729.

HSL color Cylindrical-coordinate representation of color #41851F: hue angle of 100º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41851F is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 31 -
CMYK 0.51 0 0.77 0.48
HSL 100º 0.62% 0.32% -
HSV(B) 100º 0.77% 0.52% -
XYZ 10.81 18 4.2 -
YUV 101.04 88.47 102.29 -
System Red Green Blue C M Y K H S L
Decimal 65 133 31 0.51 0 0.77 0.48 100 0.62 0.32
Hex 41 85 1F 33 0 4D 30 64 3E 20
Octal 101 205 37 63 0 115 60 144 76 40
Binary 1000001 10000101 11111 110011 0 1001101 110000 1100100 111110 100000

Color Harmonies of #41851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41851F

Black with #41851F

Text Example


Text Example

White with #41851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41851F; }

 p { color: rgb(65,133,31); }

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

background-color css

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

 a { background-color: rgb(65,133,31); }

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

border-color css

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

 span { border-color: rgb(65,133,31); }

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