Html Css Color HEX #417B0C Bilbao

📋 copy color: '#417B0C'

red 65 ◦ green 123 ◦ blue 12

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

Shades of Bilbao #417B0C

Tints of Bilbao #417B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6%

R = 32.5%
G = 61.5%
B = 6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#417B0C (or 0x417B0C) is known color: Bilbao. HEX triplet: 41, 7B and 0C. RGB value is (65,123,12). Sum of RGB (Red+Green+Blue) = 65+123+12=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 123 (48.44% from 255 or 61.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 123 - color contains mainly: green. Hex color #417B0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417B0C is #BE84F3. Grayscale: #5D5D5D. Windows color (decimal): -12485876 or 817985. OLE color: 817985.

HSL color Cylindrical-coordinate representation of color #417B0C: hue angle of 91.35º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #417B0C is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 123 12 -
CMYK 0.47 0 0.90 0.52
HSL 91.35º 0.82% 0.26% -
HSV(B) 91.35º 0.9% 0.48% -
XYZ 9.33 15.32 2.81 -
YUV 93 82.28 108.03 -
System Red Green Blue C M Y K H S L
Decimal 65 123 12 0.47 0 0.90 0.52 91.35 0.82 0.26
Hex 41 7B C 2F 0 5A 34 5B 52 1A
Octal 101 173 14 57 0 132 64 133 122 32
Binary 1000001 1111011 1100 101111 0 1011010 110100 1011011 1010010 11010

Color Harmonies of #417B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417B0C

Black with #417B0C

Text Example


Text Example

White with #417B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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