Html Css Color HEX #468127 Bilbao

📋 copy color: '#468127'

red 70 ◦ green 129 ◦ blue 39

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

Shades of Bilbao #468127

Tints of Bilbao #468127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.39%

R = 29.41%
G = 54.2%
B = 16.39%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#468127 (or 0x468127) is known color: Bilbao. HEX triplet: 46, 81 and 27. RGB value is (70,129,39). Sum of RGB (Red+Green+Blue) = 70+129+39=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #468127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468127 is #B97ED8. Grayscale: #656565. Windows color (decimal): -12156633 or 2588998. OLE color: 2588998.

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

Color convert

RGB 70 129 39 -
CMYK 0.46 0 0.70 0.49
HSL 99.33º 0.54% 0.33% -
HSV(B) 99.33º 0.7% 0.51% -
XYZ 10.74 17.15 4.66 -
YUV 101.1 92.95 105.82 -
System Red Green Blue C M Y K H S L
Decimal 70 129 39 0.46 0 0.70 0.49 99.33 0.54 0.33
Hex 46 81 27 2E 0 46 31 63 36 21
Octal 106 201 47 56 0 106 61 143 66 41
Binary 1000110 10000001 100111 101110 0 1000110 110001 1100011 110110 100001

Color Harmonies of #468127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468127

Black with #468127

Text Example


Text Example

White with #468127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468127; }

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

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

background-color css

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

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

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

border-color css

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

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

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