Html Css Color HEX #427C1A Bilbao

📋 copy color: '#427C1A'

red 66 ◦ green 124 ◦ blue 26

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

Shades of Bilbao #427C1A

Tints of Bilbao #427C1A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 57.41%

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

R = 30.56%
G = 57.41%
B = 12.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#427C1A (or 0x427C1A) is known color: Bilbao. HEX triplet: 42, 7C and 1A. RGB value is (66,124,26). Sum of RGB (Red+Green+Blue) = 66+124+26=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #427C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C1A is #BD83E5. Grayscale: #5F5F5F. Windows color (decimal): -12420070 or 1735746. OLE color: 1735746.

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

Color convert

RGB 66 124 26 -
CMYK 0.47 0 0.79 0.51
HSL 95.51º 0.65% 0.29% -
HSV(B) 95.51º 0.79% 0.49% -
XYZ 9.64 15.65 3.49 -
YUV 95.49 88.78 106.97 -
System Red Green Blue C M Y K H S L
Decimal 66 124 26 0.47 0 0.79 0.51 95.51 0.65 0.29
Hex 42 7C 1A 2F 0 4F 33 60 41 1D
Octal 102 174 32 57 0 117 63 140 101 35
Binary 1000010 1111100 11010 101111 0 1001111 110011 1100000 1000001 11101

Color Harmonies of #427C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427C1A

Black with #427C1A

Text Example


Text Example

White with #427C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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