Html Css Color HEX #417A02 Bilbao

📋 copy color: '#417A02'

red 65 ◦ green 122 ◦ blue 2

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

Shades of Bilbao #417A02

Tints of Bilbao #417A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 64.55%

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

R = 34.39%
G = 64.55%
B = 1.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#417A02 (or 0x417A02) is known color: Bilbao. HEX triplet: 41, 7A and 02. RGB value is (65,122,2). Sum of RGB (Red+Green+Blue) = 65+122+2=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 122 (48.05% from 255 or 64.55% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 122 - color contains mainly: green. Hex color #417A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417A02 is #BE85FD. Grayscale: #5B5B5B. Windows color (decimal): -12486142 or 162369. OLE color: 162369.

HSL color Cylindrical-coordinate representation of color #417A02: hue angle of 88.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #417A02 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 122 2 -
CMYK 0.47 0 0.98 0.52
HSL 88.5º 0.97% 0.24% -
HSV(B) 88.5º 0.98% 0.48% -
XYZ 9.15 15.05 2.48 -
YUV 91.28 77.62 109.26 -
System Red Green Blue C M Y K H S L
Decimal 65 122 2 0.47 0 0.98 0.52 88.5 0.97 0.24
Hex 41 7A 2 2F 0 62 34 58 61 18
Octal 101 172 2 57 0 142 64 130 141 30
Binary 1000001 1111010 10 101111 0 1100010 110100 1011000 1100001 11000

Color Harmonies of #417A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A02

Black with #417A02

Text Example


Text Example

White with #417A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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