Html Css Color HEX #467926 Bilbao

📋 copy color: '#467926'

red 70 ◦ green 121 ◦ blue 38

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

Shades of Bilbao #467926

Tints of Bilbao #467926

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.84%

 BLUE value IS 38 (15.23% from 255) = 16.59%

R = 30.57%
G = 52.84%
B = 16.59%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#467926 (or 0x467926) is known color: Bilbao. HEX triplet: 46, 79 and 26. RGB value is (70,121,38). Sum of RGB (Red+Green+Blue) = 70+121+38=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #467926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467926 is #B986D9. Grayscale: #606060. Windows color (decimal): -12158682 or 2521414. OLE color: 2521414.

HSL color Cylindrical-coordinate representation of color #467926: hue angle of 96.87º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #467926 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 121 38 -
CMYK 0.42 0 0.69 0.53
HSL 96.87º 0.52% 0.31% -
HSV(B) 96.87º 0.69% 0.47% -
XYZ 9.71 15.12 4.24 -
YUV 96.29 95.1 109.25 -
System Red Green Blue C M Y K H S L
Decimal 70 121 38 0.42 0 0.69 0.53 96.87 0.52 0.31
Hex 46 79 26 2A 0 45 35 61 34 1F
Octal 106 171 46 52 0 105 65 141 64 37
Binary 1000110 1111001 100110 101010 0 1000101 110101 1100001 110100 11111

Color Harmonies of #467926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467926

Black with #467926

Text Example


Text Example

White with #467926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467926; }

 p { color: rgb(70,121,38); }

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

background-color css

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

 a { background-color: rgb(70,121,38); }

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

border-color css

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

 span { border-color: rgb(70,121,38); }

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