Html Css Color HEX #417B02 Bilbao

📋 copy color: '#417B02'

red 65 ◦ green 123 ◦ blue 2

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

Shades of Bilbao #417B02

Tints of Bilbao #417B02

RGB

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

 GREEN value IS 123 (48.44% from 255) = 64.74%

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

R = 34.21%
G = 64.74%
B = 1.05%

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

#417B02 (or 0x417B02) is known color: Bilbao. HEX triplet: 41, 7B and 02. RGB value is (65,123,2). Sum of RGB (Red+Green+Blue) = 65+123+2=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 123 (48.44% from 255 or 64.74% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 123 - color contains mainly: green. Hex color #417B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417B02 is #BE84FD. Grayscale: #5C5C5C. Windows color (decimal): -12485886 or 162625. OLE color: 162625.

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

Color convert

RGB 65 123 2 -
CMYK 0.47 0 0.98 0.52
HSL 88.76º 0.97% 0.25% -
HSV(B) 88.76º 0.98% 0.48% -
XYZ 9.27 15.29 2.52 -
YUV 91.86 77.28 108.84 -
System Red Green Blue C M Y K H S L
Decimal 65 123 2 0.47 0 0.98 0.52 88.76 0.97 0.25
Hex 41 7B 2 2F 0 62 34 59 61 19
Octal 101 173 2 57 0 142 64 131 141 31
Binary 1000001 1111011 10 101111 0 1100010 110100 1011001 1100001 11001

Color Harmonies of #417B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417B02

Black with #417B02

Text Example


Text Example

White with #417B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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