Html Css Color HEX #418702 Bilbao

📋 copy color: '#418702'

red 65 ◦ green 135 ◦ blue 2

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

Shades of Bilbao #418702

Tints of Bilbao #418702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 32.18%
G = 66.83%
B = 0.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#418702 (or 0x418702) is known color: Bilbao. HEX triplet: 41, 87 and 02. RGB value is (65,135,2). Sum of RGB (Red+Green+Blue) = 65+135+2=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 135 (53.12% from 255 or 66.83% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 135 - color contains mainly: green. Hex color #418702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418702 is #BE78FD. Grayscale: #636363. Windows color (decimal): -12482814 or 165697. OLE color: 165697.

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

Color convert

RGB 65 135 2 -
CMYK 0.52 0 0.99 0.47
HSL 91.58º 0.97% 0.27% -
HSV(B) 91.58º 0.99% 0.53% -
XYZ 10.85 18.46 3.05 -
YUV 98.91 73.31 103.81 -
System Red Green Blue C M Y K H S L
Decimal 65 135 2 0.52 0 0.99 0.47 91.58 0.97 0.27
Hex 41 87 2 34 0 63 2F 5C 61 1B
Octal 101 207 2 64 0 143 57 134 141 33
Binary 1000001 10000111 10 110100 0 1100011 101111 1011100 1100001 11011

Color Harmonies of #418702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418702

Black with #418702

Text Example


Text Example

White with #418702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418702; }

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

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

background-color css

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

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

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

border-color css

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

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

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