Html Css Color HEX #42821D Bilbao

📋 copy color: '#42821D'

red 66 ◦ green 130 ◦ blue 29

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

Shades of Bilbao #42821D

Tints of Bilbao #42821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 57.78%

 BLUE value IS 29 (11.72% from 255) = 12.89%

R = 29.33%
G = 57.78%
B = 12.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#42821D (or 0x42821D) is known color: Bilbao. HEX triplet: 42, 82 and 1D. RGB value is (66,130,29). Sum of RGB (Red+Green+Blue) = 66+130+29=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #42821D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42821D is #BD7DE2. Grayscale: #636363. Windows color (decimal): -12418531 or 1933890. OLE color: 1933890.

HSL color Cylindrical-coordinate representation of color #42821D: hue angle of 98.02º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42821D is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 130 29 -
CMYK 0.49 0 0.78 0.49
HSL 98.02º 0.64% 0.31% -
HSV(B) 98.02º 0.78% 0.51% -
XYZ 10.45 17.21 3.93 -
YUV 99.35 88.3 104.21 -
System Red Green Blue C M Y K H S L
Decimal 66 130 29 0.49 0 0.78 0.49 98.02 0.64 0.31
Hex 42 82 1D 31 0 4E 31 62 40 1F
Octal 102 202 35 61 0 116 61 142 100 37
Binary 1000010 10000010 11101 110001 0 1001110 110001 1100010 1000000 11111

Color Harmonies of #42821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42821D

Black with #42821D

Text Example


Text Example

White with #42821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42821D; }

 p { color: rgb(66,130,29); }

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

background-color css

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

 a { background-color: rgb(66,130,29); }

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

border-color css

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

 span { border-color: rgb(66,130,29); }

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