Html Css Color HEX #41890D Bilbao

📋 copy color: '#41890D'

red 65 ◦ green 137 ◦ blue 13

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

Shades of Bilbao #41890D

Tints of Bilbao #41890D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 63.72%

 BLUE value IS 13 (5.47% from 255) = 6.05%

R = 30.23%
G = 63.72%
B = 6.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#41890D (or 0x41890D) is known color: Bilbao. HEX triplet: 41, 89 and 0D. RGB value is (65,137,13). Sum of RGB (Red+Green+Blue) = 65+137+13=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #41890D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41890D is #BE76F2. Grayscale: #656565. Windows color (decimal): -12482291 or 887105. OLE color: 887105.

HSL color Cylindrical-coordinate representation of color #41890D: hue angle of 94.84º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41890D is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 137 13 -
CMYK 0.53 0 0.91 0.46
HSL 94.84º 0.83% 0.29% -
HSV(B) 94.84º 0.91% 0.54% -
XYZ 11.2 19.04 3.47 -
YUV 101.34 78.15 102.08 -
System Red Green Blue C M Y K H S L
Decimal 65 137 13 0.53 0 0.91 0.46 94.84 0.83 0.29
Hex 41 89 D 35 0 5B 2E 5F 53 1D
Octal 101 211 15 65 0 133 56 137 123 35
Binary 1000001 10001001 1101 110101 0 1011011 101110 1011111 1010011 11101

Color Harmonies of #41890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41890D

Black with #41890D

Text Example


Text Example

White with #41890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41890D; }

 p { color: rgb(65,137,13); }

 H1.HeaderClassName
 {
   color: #41890D;
 }
 .AnyTagClassName
 {
   color: #41890D;
 }
</style>

background-color css

<style>
 a { background-color: #41890D; }

 a { background-color: rgb(65,137,13); }

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

border-color css

<style>
 span { border-color: #41890D; }

 span { border-color: rgb(65,137,13); }

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