Html Css Color HEX #427B1A Bilbao

📋 copy color: '#427B1A'

red 66 ◦ green 123 ◦ blue 26

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

Shades of Bilbao #427B1A

Tints of Bilbao #427B1A

RGB

 RED value IS 66 (26.17% from 255) = 30.7%

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

 BLUE value IS 26 (10.55% from 255) = 12.09%

R = 30.7%
G = 57.21%
B = 12.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#427B1A (or 0x427B1A) is known color: Bilbao. HEX triplet: 42, 7B and 1A. RGB value is (66,123,26). Sum of RGB (Red+Green+Blue) = 66+123+26=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #427B1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427B1A is #BD84E5. Grayscale: #5F5F5F. Windows color (decimal): -12420326 or 1735490. OLE color: 1735490.

HSL color Cylindrical-coordinate representation of color #427B1A: hue angle of 95.26º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #427B1A is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 123 26 -
CMYK 0.46 0 0.79 0.52
HSL 95.26º 0.65% 0.29% -
HSV(B) 95.26º 0.79% 0.48% -
XYZ 9.52 15.4 3.45 -
YUV 94.9 89.12 107.39 -
System Red Green Blue C M Y K H S L
Decimal 66 123 26 0.46 0 0.79 0.52 95.26 0.65 0.29
Hex 42 7B 1A 2E 0 4F 34 5F 41 1D
Octal 102 173 32 56 0 117 64 137 101 35
Binary 1000010 1111011 11010 101110 0 1001111 110100 1011111 1000001 11101

Color Harmonies of #427B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B1A

Black with #427B1A

Text Example


Text Example

White with #427B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427B1A; }

 p { color: rgb(66,123,26); }

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

background-color css

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

 a { background-color: rgb(66,123,26); }

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

border-color css

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

 span { border-color: rgb(66,123,26); }

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