#38721C

Color #38721C Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #38721C

Tints of Bilbao #38721C

Color information

#38721C (or 0x38721C) is unknown color: approx Bilbao. HEX triplet: 38, 72 and 1C. RGB value is (56,114,28). Sum of RGB (Red+Green+Blue) = 56+114+28=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #38721C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38721C is #C78DE3. Grayscale: #575757. Windows color (decimal): -13077988 or 1864248. OLE color: 1864248.

HSL color Cylindrical-coordinate representation of color #38721C: hue angle of 100.47º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38721C is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB5611428-
CMYK0.5100.750.55
HSL100.47º60.56%27.84%-
HSV(B)100.47º75.44%44.71%-
XYZ7.8612.963.19-
YUV86.8594.78105.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 114 (44.92% from 255) = 57.58%
BLUE value IS 28 (11.33% from 255) = 14.14%
R=28.28%
G=57.58%
B=14.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114280.5100.750.55100.4760.5627.84
Hex38721C3304B37643d1c
Octal7016234630113671447534
Binary11100011100101110011001101001011110111110010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38721C; }

 p { color: rgb(56,114,28); }

 H1.HeaderClassName
 {
   color: #38721C;
 }
 .AnyTagClassName
 {
   color: #38721C;
 }
</style>
background-color css

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

 a { background-color: rgb(56,114,28); }

 div.DivClassName
 {
   background-color: #38721C;
 }
 .BgClassName
 {
   background-color: #38721C;
 }
</style>
border-color css

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

 span { border-color: rgb(56,114,28); }

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