Html Css Color HEX #427B2D Bilbao

📋 copy color: '#427B2D'

red 66 ◦ green 123 ◦ blue 45

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

Shades of Bilbao #427B2D

Tints of Bilbao #427B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.23%

R = 28.21%
G = 52.56%
B = 19.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#427B2D (or 0x427B2D) is known color: Bilbao. HEX triplet: 42, 7B and 2D. RGB value is (66,123,45). Sum of RGB (Red+Green+Blue) = 66+123+45=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #427B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427B2D is #BD84D2. Grayscale: #616161. Windows color (decimal): -12420307 or 2980674. OLE color: 2980674.

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

Color convert

RGB 66 123 45 -
CMYK 0.46 0 0.63 0.52
HSL 103.85º 0.46% 0.33% -
HSV(B) 103.85º 0.63% 0.48% -
XYZ 9.8 15.51 4.96 -
YUV 97.07 98.62 105.84 -
System Red Green Blue C M Y K H S L
Decimal 66 123 45 0.46 0 0.63 0.52 103.85 0.46 0.33
Hex 42 7B 2D 2E 0 3F 34 68 2E 21
Octal 102 173 55 56 0 77 64 150 56 41
Binary 1000010 1111011 101101 101110 0 111111 110100 1101000 101110 100001

Color Harmonies of #427B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B2D

Black with #427B2D

Text Example


Text Example

White with #427B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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