Html Css Color HEX #418714 Bilbao

📋 copy color: '#418714'

red 65 ◦ green 135 ◦ blue 20

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

Shades of Bilbao #418714

Tints of Bilbao #418714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.09%

R = 29.55%
G = 61.36%
B = 9.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#418714 (or 0x418714) is known color: Bilbao. HEX triplet: 41, 87 and 14. RGB value is (65,135,20). Sum of RGB (Red+Green+Blue) = 65+135+20=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 135 (53.12% from 255 or 61.36% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 135 - color contains mainly: green. Hex color #418714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418714 is #BE78EB. Grayscale: #656565. Windows color (decimal): -12482796 or 1345345. OLE color: 1345345.

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

Color convert

RGB 65 135 20 -
CMYK 0.52 0 0.85 0.47
HSL 96.52º 0.74% 0.3% -
HSV(B) 96.52º 0.85% 0.53% -
XYZ 10.97 18.5 3.65 -
YUV 100.96 82.31 102.35 -
System Red Green Blue C M Y K H S L
Decimal 65 135 20 0.52 0 0.85 0.47 96.52 0.74 0.3
Hex 41 87 14 34 0 55 2F 61 4A 1E
Octal 101 207 24 64 0 125 57 141 112 36
Binary 1000001 10000111 10100 110100 0 1010101 101111 1100001 1001010 11110

Color Harmonies of #418714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418714

Black with #418714

Text Example


Text Example

White with #418714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418714; }

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

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

background-color css

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

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

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

border-color css

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

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

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