Html Css Color HEX #418715 Bilbao

📋 copy color: '#418715'

red 65 ◦ green 135 ◦ blue 21

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

Shades of Bilbao #418715

Tints of Bilbao #418715

RGB

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

 GREEN value IS 135 (53.13% from 255) = 61.09%

 BLUE value IS 21 (8.59% from 255) = 9.5%

R = 29.41%
G = 61.09%
B = 9.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#418715 (or 0x418715) is known color: Bilbao. HEX triplet: 41, 87 and 15. RGB value is (65,135,21). Sum of RGB (Red+Green+Blue) = 65+135+21=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 135 (53.12% from 255 or 61.09% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 135 - color contains mainly: green. Hex color #418715 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418715 is #BE78EA. Grayscale: #656565. Windows color (decimal): -12482795 or 1410881. OLE color: 1410881.

HSL color Cylindrical-coordinate representation of color #418715: hue angle of 96.84º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #418715 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 135 21 -
CMYK 0.52 0 0.84 0.47
HSL 96.84º 0.73% 0.31% -
HSV(B) 96.84º 0.84% 0.53% -
XYZ 10.98 18.51 3.7 -
YUV 101.07 82.81 102.27 -
System Red Green Blue C M Y K H S L
Decimal 65 135 21 0.52 0 0.84 0.47 96.84 0.73 0.31
Hex 41 87 15 34 0 54 2F 61 49 1F
Octal 101 207 25 64 0 124 57 141 111 37
Binary 1000001 10000111 10101 110100 0 1010100 101111 1100001 1001001 11111

Color Harmonies of #418715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418715

Black with #418715

Text Example


Text Example

White with #418715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418715; }

 p { color: rgb(65,135,21); }

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

background-color css

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

 a { background-color: rgb(65,135,21); }

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

border-color css

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

 span { border-color: rgb(65,135,21); }

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