Html Css Color HEX #41851E Bilbao

📋 copy color: '#41851E'

red 65 ◦ green 133 ◦ blue 30

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

Shades of Bilbao #41851E

Tints of Bilbao #41851E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.16%

R = 28.51%
G = 58.33%
B = 13.16%

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

#41851E (or 0x41851E) is known color: Bilbao. HEX triplet: 41, 85 and 1E. RGB value is (65,133,30). Sum of RGB (Red+Green+Blue) = 65+133+30=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #41851E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41851E is #BE7AE1. Grayscale: #656565. Windows color (decimal): -12483298 or 2000193. OLE color: 2000193.

HSL color Cylindrical-coordinate representation of color #41851E: hue angle of 99.61º degrees, saturation: 0.63, 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 #41851E is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 133 30 -
CMYK 0.51 0 0.77 0.48
HSL 99.61º 0.63% 0.32% -
HSV(B) 99.61º 0.77% 0.52% -
XYZ 10.8 17.99 4.13 -
YUV 100.93 87.97 102.38 -
System Red Green Blue C M Y K H S L
Decimal 65 133 30 0.51 0 0.77 0.48 99.61 0.63 0.32
Hex 41 85 1E 33 0 4D 30 64 3F 20
Octal 101 205 36 63 0 115 60 144 77 40
Binary 1000001 10000101 11110 110011 0 1001101 110000 1100100 111111 100000

Color Harmonies of #41851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41851E

Black with #41851E

Text Example


Text Example

White with #41851E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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