Html Css Color HEX #438225 Bilbao

📋 copy color: '#438225'

red 67 ◦ green 130 ◦ blue 37

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

Shades of Bilbao #438225

Tints of Bilbao #438225

RGB

 RED value IS 67 (26.56% from 255) = 28.63%

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

 BLUE value IS 37 (14.84% from 255) = 15.81%

R = 28.63%
G = 55.56%
B = 15.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#438225 (or 0x438225) is known color: Bilbao. HEX triplet: 43, 82 and 25. RGB value is (67,130,37). Sum of RGB (Red+Green+Blue) = 67+130+37=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #438225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438225 is #BC7DDA. Grayscale: #646464. Windows color (decimal): -12352987 or 2458179. OLE color: 2458179.

HSL color Cylindrical-coordinate representation of color #438225: hue angle of 100.65º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #438225 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 130 37 -
CMYK 0.48 0 0.72 0.49
HSL 100.65º 0.56% 0.33% -
HSV(B) 100.65º 0.72% 0.51% -
XYZ 10.63 17.29 4.53 -
YUV 100.56 92.13 104.06 -
System Red Green Blue C M Y K H S L
Decimal 67 130 37 0.48 0 0.72 0.49 100.65 0.56 0.33
Hex 43 82 25 30 0 48 31 65 38 21
Octal 103 202 45 60 0 110 61 145 70 41
Binary 1000011 10000010 100101 110000 0 1001000 110001 1100101 111000 100001

Color Harmonies of #438225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438225

Black with #438225

Text Example


Text Example

White with #438225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438225; }

 p { color: rgb(67,130,37); }

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

background-color css

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

 a { background-color: rgb(67,130,37); }

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

border-color css

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

 span { border-color: rgb(67,130,37); }

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