Html Css Color HEX #468125 Bilbao

📋 copy color: '#468125'

red 70 ◦ green 129 ◦ blue 37

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

Shades of Bilbao #468125

Tints of Bilbao #468125

RGB

 RED value IS 70 (27.73% from 255) = 29.66%

 GREEN value IS 129 (50.78% from 255) = 54.66%

 BLUE value IS 37 (14.84% from 255) = 15.68%

R = 29.66%
G = 54.66%
B = 15.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#468125 (or 0x468125) is known color: Bilbao. HEX triplet: 46, 81 and 25. RGB value is (70,129,37). Sum of RGB (Red+Green+Blue) = 70+129+37=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #468125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468125 is #B97EDA. Grayscale: #656565. Windows color (decimal): -12156635 or 2457926. OLE color: 2457926.

HSL color Cylindrical-coordinate representation of color #468125: hue angle of 98.48º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #468125 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 129 37 -
CMYK 0.46 0 0.71 0.49
HSL 98.48º 0.55% 0.33% -
HSV(B) 98.48º 0.71% 0.51% -
XYZ 10.71 17.14 4.49 -
YUV 100.87 91.95 105.98 -
System Red Green Blue C M Y K H S L
Decimal 70 129 37 0.46 0 0.71 0.49 98.48 0.55 0.33
Hex 46 81 25 2E 0 47 31 62 37 21
Octal 106 201 45 56 0 107 61 142 67 41
Binary 1000110 10000001 100101 101110 0 1000111 110001 1100010 110111 100001

Color Harmonies of #468125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468125

Black with #468125

Text Example


Text Example

White with #468125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468125; }

 p { color: rgb(70,129,37); }

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

background-color css

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

 a { background-color: rgb(70,129,37); }

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

border-color css

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

 span { border-color: rgb(70,129,37); }

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