Html Css Color HEX #438518 Bilbao

📋 copy color: '#438518'

red 67 ◦ green 133 ◦ blue 24

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

Shades of Bilbao #438518

Tints of Bilbao #438518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.38%

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 29.91%
G = 59.38%
B = 10.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#438518 (or 0x438518) is known color: Bilbao. HEX triplet: 43, 85 and 18. RGB value is (67,133,24). Sum of RGB (Red+Green+Blue) = 67+133+24=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #438518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438518 is #BC7AE7. Grayscale: #656565. Windows color (decimal): -12352232 or 1606979. OLE color: 1606979.

HSL color Cylindrical-coordinate representation of color #438518: hue angle of 96.33º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #438518 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 133 24 -
CMYK 0.50 0 0.82 0.48
HSL 96.33º 0.69% 0.31% -
HSV(B) 96.33º 0.82% 0.52% -
XYZ 10.87 18.03 3.77 -
YUV 100.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 67 133 24 0.50 0 0.82 0.48 96.33 0.69 0.31
Hex 43 85 18 32 0 52 30 60 45 1F
Octal 103 205 30 62 0 122 60 140 105 37
Binary 1000011 10000101 11000 110010 0 1010010 110000 1100000 1000101 11111

Color Harmonies of #438518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438518

Black with #438518

Text Example


Text Example

White with #438518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438518; }

 p { color: rgb(67,133,24); }

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

background-color css

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

 a { background-color: rgb(67,133,24); }

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

border-color css

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

 span { border-color: rgb(67,133,24); }

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